Html Css Color HEX #B03270 Rouge

📋 copy color: '#B03270'

red 176 ◦ green 50 ◦ blue 112

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

Shades of Rouge #B03270

Tints of Rouge #B03270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 52.07%
G = 14.79%
B = 33.14%

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

#B03270 (or 0xB03270) is known color: Rouge. HEX triplet: B0, 32 and 70. RGB value is (176,50,112). Sum of RGB (Red+Green+Blue) = 176+50+112=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B03270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03270 is #4FCD8F. Grayscale: #5E5E5E. Windows color (decimal): -5229968 or 7353008. OLE color: 7353008.

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

Color convert

RGB 176 50 112 -
CMYK 0 0.72 0.36 0.31
HSL 330.48º 0.56% 0.44% -
HSV(B) 330.48º 0.72% 0.69% -
XYZ 21.97 12.68 16.62 -
YUV 94.74 137.74 185.96 -
System Red Green Blue C M Y K H S L
Decimal 176 50 112 0 0.72 0.36 0.31 330.48 0.56 0.44
Hex B0 32 70 0 48 24 1F 14A 38 2C
Octal 260 62 160 0 110 44 37 512 70 54
Binary 10110000 110010 1110000 0 1001000 100100 11111 101001010 111000 101100

Color Harmonies of #B03270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03270

Black with #B03270

Text Example


Text Example

White with #B03270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03270; }

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

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

background-color css

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

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

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

border-color css

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

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

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