Html Css Color HEX #B03672 Rouge

📋 copy color: '#B03672'

red 176 ◦ green 54 ◦ blue 114

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

Shades of Rouge #B03672

Tints of Rouge #B03672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 51.16%
G = 15.7%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B03672 (or 0xB03672) is known color: Rouge. HEX triplet: B0, 36 and 72. RGB value is (176,54,114). Sum of RGB (Red+Green+Blue) = 176+54+114=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B03672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03672 is #4FC98D. Grayscale: #616161. Windows color (decimal): -5228942 or 7485104. OLE color: 7485104.

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

Color convert

RGB 176 54 114 -
CMYK 0 0.69 0.35 0.31
HSL 330.49º 0.53% 0.45% -
HSV(B) 330.49º 0.69% 0.69% -
XYZ 22.26 13.08 17.27 -
YUV 97.32 137.42 184.12 -
System Red Green Blue C M Y K H S L
Decimal 176 54 114 0 0.69 0.35 0.31 330.49 0.53 0.45
Hex B0 36 72 0 45 23 1F 14A 35 2D
Octal 260 66 162 0 105 43 37 512 65 55
Binary 10110000 110110 1110010 0 1000101 100011 11111 101001010 110101 101101

Color Harmonies of #B03672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03672

Black with #B03672

Text Example


Text Example

White with #B03672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03672; }

 p { color: rgb(176,54,114); }

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

background-color css

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

 a { background-color: rgb(176,54,114); }

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

border-color css

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

 span { border-color: rgb(176,54,114); }

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