Html Css Color HEX #B0295B Rouge

📋 copy color: '#B0295B'

red 176 ◦ green 41 ◦ blue 91

#B0295B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B0295B

Tints of Rouge #B0295B

RGB

 RED value IS 176 (69.14% from 255) = 57.14%

 GREEN value IS 41 (16.41% from 255) = 13.31%

 BLUE value IS 91 (35.94% from 255) = 29.55%

R = 57.14%
G = 13.31%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0295B (or 0xB0295B) is known color: Rouge. HEX triplet: B0, 29 and 5B. RGB value is (176,41,91). Sum of RGB (Red+Green+Blue) = 176+41+91=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0295B is #4FD6A4. Grayscale: #575757. Windows color (decimal): -5232293 or 5974448. OLE color: 5974448.

HSL color Cylindrical-coordinate representation of color #B0295B: hue angle of 337.78º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0295B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 91 -
CMYK 0 0.77 0.48 0.31
HSL 337.78º 0.62% 0.43% -
HSV(B) 337.78º 0.77% 0.69% -
XYZ 20.59 11.57 11.05 -
YUV 87.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 176 41 91 0 0.77 0.48 0.31 337.78 0.62 0.43
Hex B0 29 5B 0 4D 30 1F 152 3E 2B
Octal 260 51 133 0 115 60 37 522 76 53
Binary 10110000 101001 1011011 0 1001101 110000 11111 101010010 111110 101011

Color Harmonies of #B0295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0295B

Black with #B0295B

Text Example


Text Example

White with #B0295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0295B; }

 p { color: rgb(176,41,91); }

 H1.HeaderClassName
 {
   color: #B0295B;
 }
 .AnyTagClassName
 {
   color: #B0295B;
 }
</style>

background-color css

<style>
 a { background-color: #B0295B; }

 a { background-color: rgb(176,41,91); }

 div.DivClassName
 {
   background-color: #B0295B;
 }
 .BgClassName
 {
   background-color: #B0295B;
 }
</style>

border-color css

<style>
 span { border-color: #B0295B; }

 span { border-color: rgb(176,41,91); }

 td.TdClassName
 {
   border-color: #B0295B;
 }
 .TagClassName
 {
   border-color: #B0295B;
 }
</style>