#B02946

Color #B02946 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B02946

Tints of Old Rose #B02946

Color information

#B02946 (or 0xB02946) is unknown color: approx Old Rose. HEX triplet: B0, 29 and 46. RGB value is (176,41,70). Sum of RGB (Red+Green+Blue) = 176+41+70=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B02946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02946 is #4FD6B9. Grayscale: #545454. Windows color (decimal): -5232314 or 4598192. OLE color: 4598192.

HSL color Cylindrical-coordinate representation of color #B02946: hue angle of 347.11º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02946 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1764170-
CMYK00.770.600.31
HSL347.11º62.21%42.55%-
HSV(B)347.11º76.7%69.02%-
XYZ19.811.266.92-
YUV84.67119.73193.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.32%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=61.32%
G=14.29%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176417000.770.600.31347.1162.2142.55
HexB0294604D3C1F15b3e2b
Octal26051106011574375337653
Binary1011000010100110001100100110111110011111101011011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02946; }

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

 H1.HeaderClassName
 {
   color: #B02946;
 }
 .AnyTagClassName
 {
   color: #B02946;
 }
</style>
background-color css

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

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

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

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

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

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