Html Css Color HEX #B03170 Rouge

📋 copy color: '#B03170'

red 176 ◦ green 49 ◦ blue 112

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

Shades of Rouge #B03170

Tints of Rouge #B03170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 52.23%
G = 14.54%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B03170 (or 0xB03170) is known color: Rouge. HEX triplet: B0, 31 and 70. RGB value is (176,49,112). Sum of RGB (Red+Green+Blue) = 176+49+112=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B03170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03170 is #4FCE8F. Grayscale: #5E5E5E. Windows color (decimal): -5230224 or 7352752. OLE color: 7352752.

HSL color Cylindrical-coordinate representation of color #B03170: hue angle of 330.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03170 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 49 112 -
CMYK 0 0.72 0.36 0.31
HSL 330.24º 0.56% 0.44% -
HSV(B) 330.24º 0.72% 0.69% -
XYZ 21.93 12.6 16.6 -
YUV 94.16 138.08 186.38 -
System Red Green Blue C M Y K H S L
Decimal 176 49 112 0 0.72 0.36 0.31 330.24 0.56 0.44
Hex B0 31 70 0 48 24 1F 14A 38 2C
Octal 260 61 160 0 110 44 37 512 70 54
Binary 10110000 110001 1110000 0 1001000 100100 11111 101001010 111000 101100

Color Harmonies of #B03170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03170

Black with #B03170

Text Example


Text Example

White with #B03170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03170; }

 p { color: rgb(176,49,112); }

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

background-color css

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

 a { background-color: rgb(176,49,112); }

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

border-color css

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

 span { border-color: rgb(176,49,112); }

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