Html Css Color HEX #B03E5E Rouge

📋 copy color: '#B03E5E'

red 176 ◦ green 62 ◦ blue 94

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

Shades of Rouge #B03E5E

Tints of Rouge #B03E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 53.01%
G = 18.67%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B03E5E (or 0xB03E5E) is known color: Rouge. HEX triplet: B0, 3E and 5E. RGB value is (176,62,94). Sum of RGB (Red+Green+Blue) = 176+62+94=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03E5E is #4FC1A1. Grayscale: #636363. Windows color (decimal): -5226914 or 6176432. OLE color: 6176432.

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

Color convert

RGB 176 62 94 -
CMYK 0 0.65 0.47 0.31
HSL 343.16º 0.48% 0.47% -
HSV(B) 343.16º 0.65% 0.69% -
XYZ 21.65 13.48 12.05 -
YUV 99.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 176 62 94 0 0.65 0.47 0.31 343.16 0.48 0.47
Hex B0 3E 5E 0 41 2F 1F 157 30 2F
Octal 260 76 136 0 101 57 37 527 60 57
Binary 10110000 111110 1011110 0 1000001 101111 11111 101010111 110000 101111

Color Harmonies of #B03E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03E5E

Black with #B03E5E

Text Example


Text Example

White with #B03E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03E5E; }

 p { color: rgb(176,62,94); }

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

background-color css

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

 a { background-color: rgb(176,62,94); }

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

border-color css

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

 span { border-color: rgb(176,62,94); }

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