Html Css Color HEX #B02442 Old Rose

📋 copy color: '#B02442'

red 176 ◦ green 36 ◦ blue 66

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

Shades of Old Rose #B02442

Tints of Old Rose #B02442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 63.31%
G = 12.95%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B02442 (or 0xB02442) is known color: Old Rose. HEX triplet: B0, 24 and 42. RGB value is (176,36,66). Sum of RGB (Red+Green+Blue) = 176+36+66=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B02442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02442 is #4FDBBD. Grayscale: #515151. Windows color (decimal): -5233598 or 4334768. OLE color: 4334768.

HSL color Cylindrical-coordinate representation of color #B02442: hue angle of 347.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02442 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 66 -
CMYK 0 0.80 0.62 0.31
HSL 347.14º 0.66% 0.42% -
HSV(B) 347.14º 0.8% 0.69% -
XYZ 19.52 10.89 6.23 -
YUV 81.28 119.38 195.56 -
System Red Green Blue C M Y K H S L
Decimal 176 36 66 0 0.80 0.62 0.31 347.14 0.66 0.42
Hex B0 24 42 0 50 3E 1F 15B 42 2A
Octal 260 44 102 0 120 76 37 533 102 52
Binary 10110000 100100 1000010 0 1010000 111110 11111 101011011 1000010 101010

Color Harmonies of #B02442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02442

Black with #B02442

Text Example


Text Example

White with #B02442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02442; }

 p { color: rgb(176,36,66); }

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

background-color css

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

 a { background-color: rgb(176,36,66); }

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

border-color css

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

 span { border-color: rgb(176,36,66); }

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