Html Css Color HEX #B03370 Rouge

📋 copy color: '#B03370'

red 176 ◦ green 51 ◦ blue 112

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

Shades of Rouge #B03370

Tints of Rouge #B03370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

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

R = 51.92%
G = 15.04%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B03370 (or 0xB03370) is known color: Rouge. HEX triplet: B0, 33 and 70. RGB value is (176,51,112). Sum of RGB (Red+Green+Blue) = 176+51+112=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B03370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03370 is #4FCC8F. Grayscale: #5F5F5F. Windows color (decimal): -5229712 or 7353264. OLE color: 7353264.

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

Color convert

RGB 176 51 112 -
CMYK 0 0.71 0.36 0.31
HSL 330.72º 0.55% 0.45% -
HSV(B) 330.72º 0.71% 0.69% -
XYZ 22.01 12.77 16.63 -
YUV 95.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 176 51 112 0 0.71 0.36 0.31 330.72 0.55 0.45
Hex B0 33 70 0 47 24 1F 14B 37 2D
Octal 260 63 160 0 107 44 37 513 67 55
Binary 10110000 110011 1110000 0 1000111 100100 11111 101001011 110111 101101

Color Harmonies of #B03370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03370

Black with #B03370

Text Example


Text Example

White with #B03370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03370; }

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

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

background-color css

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

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

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

border-color css

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

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

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