Html Css Color HEX #B03E5C Rouge

📋 copy color: '#B03E5C'

red 176 ◦ green 62 ◦ blue 92

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

Shades of Rouge #B03E5C

Tints of Rouge #B03E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 53.33%
G = 18.79%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B03E5C (or 0xB03E5C) is known color: Rouge. HEX triplet: B0, 3E and 5C. RGB value is (176,62,92). Sum of RGB (Red+Green+Blue) = 176+62+92=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03E5C is #4FC1A3. Grayscale: #636363. Windows color (decimal): -5226916 or 6045360. OLE color: 6045360.

HSL color Cylindrical-coordinate representation of color #B03E5C: hue angle of 344.21º 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 #B03E5C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 62 92 -
CMYK 0 0.65 0.48 0.31
HSL 344.21º 0.48% 0.47% -
HSV(B) 344.21º 0.65% 0.69% -
XYZ 21.56 13.45 11.58 -
YUV 99.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 176 62 92 0 0.65 0.48 0.31 344.21 0.48 0.47
Hex B0 3E 5C 0 41 30 1F 158 30 2F
Octal 260 76 134 0 101 60 37 530 60 57
Binary 10110000 111110 1011100 0 1000001 110000 11111 101011000 110000 101111

Color Harmonies of #B03E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03E5C

Black with #B03E5C

Text Example


Text Example

White with #B03E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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