Html Css Color HEX #B02449 Old Rose

📋 copy color: '#B02449'

red 176 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #B02449

Tints of Old Rose #B02449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 61.75%
G = 12.63%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B02449 (or 0xB02449) is known color: Old Rose. HEX triplet: B0, 24 and 49. RGB value is (176,36,73). Sum of RGB (Red+Green+Blue) = 176+36+73=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B02449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02449 is #4FDBB6. Grayscale: #525252. Windows color (decimal): -5233591 or 4793520. OLE color: 4793520.

HSL color Cylindrical-coordinate representation of color #B02449: hue angle of 344.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 #B02449 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 73 -
CMYK 0 0.80 0.59 0.31
HSL 344.14º 0.66% 0.42% -
HSV(B) 344.14º 0.8% 0.69% -
XYZ 19.74 10.97 7.38 -
YUV 82.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 176 36 73 0 0.80 0.59 0.31 344.14 0.66 0.42
Hex B0 24 49 0 50 3B 1F 158 42 2A
Octal 260 44 111 0 120 73 37 530 102 52
Binary 10110000 100100 1001001 0 1010000 111011 11111 101011000 1000010 101010

Color Harmonies of #B02449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02449

Black with #B02449

Text Example


Text Example

White with #B02449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02449; }

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

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

background-color css

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

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

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

border-color css

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

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

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