Html Css Color HEX #B02446 Old Rose

📋 copy color: '#B02446'

red 176 ◦ green 36 ◦ blue 70

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

Shades of Old Rose #B02446

Tints of Old Rose #B02446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 62.41%
G = 12.77%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B02446 (or 0xB02446) is known color: Old Rose. HEX triplet: B0, 24 and 46. RGB value is (176,36,70). Sum of RGB (Red+Green+Blue) = 176+36+70=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B02446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02446 is #4FDBB9. Grayscale: #515151. Windows color (decimal): -5233594 or 4596912. OLE color: 4596912.

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

Color convert

RGB 176 36 70 -
CMYK 0 0.80 0.60 0.31
HSL 345.43º 0.66% 0.42% -
HSV(B) 345.43º 0.8% 0.69% -
XYZ 19.64 10.93 6.87 -
YUV 81.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 176 36 70 0 0.80 0.60 0.31 345.43 0.66 0.42
Hex B0 24 46 0 50 3C 1F 159 42 2A
Octal 260 44 106 0 120 74 37 531 102 52
Binary 10110000 100100 1000110 0 1010000 111100 11111 101011001 1000010 101010

Color Harmonies of #B02446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02446

Black with #B02446

Text Example


Text Example

White with #B02446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02446; }

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

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

background-color css

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

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

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

border-color css

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

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

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