Html Css Color HEX #B02249 Old Rose

📋 copy color: '#B02249'

red 176 ◦ green 34 ◦ blue 73

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

Shades of Old Rose #B02249

Tints of Old Rose #B02249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

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

R = 62.19%
G = 12.01%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B02249 (or 0xB02249) is known color: Old Rose. HEX triplet: B0, 22 and 49. RGB value is (176,34,73). Sum of RGB (Red+Green+Blue) = 176+34+73=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B02249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02249 is #4FDDB6. Grayscale: #505050. Windows color (decimal): -5234103 or 4793008. OLE color: 4793008.

HSL color Cylindrical-coordinate representation of color #B02249: hue angle of 343.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02249 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 73 -
CMYK 0 0.81 0.59 0.31
HSL 343.52º 0.68% 0.41% -
HSV(B) 343.52º 0.81% 0.69% -
XYZ 19.68 10.86 7.36 -
YUV 80.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 176 34 73 0 0.81 0.59 0.31 343.52 0.68 0.41
Hex B0 22 49 0 51 3B 1F 158 44 29
Octal 260 42 111 0 121 73 37 530 104 51
Binary 10110000 100010 1001001 0 1010001 111011 11111 101011000 1000100 101001

Color Harmonies of #B02249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02249

Black with #B02249

Text Example


Text Example

White with #B02249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02249; }

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

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

background-color css

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

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

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

border-color css

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

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

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