#B02A43

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

Shades of Old Rose #B02A43

Tints of Old Rose #B02A43

Color information

#B02A43 (or 0xB02A43) is unknown color: approx Old Rose. HEX triplet: B0, 2A and 43. RGB value is (176,42,67). Sum of RGB (Red+Green+Blue) = 176+42+67=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02A43 is #4FD5BC. Grayscale: #545454. Windows color (decimal): -5232061 or 4401840. OLE color: 4401840.

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

Color convert

RGB1764267-
CMYK00.760.620.31
HSL348.81º61.47%42.75%-
HSV(B)348.81º76.14%69.02%-
XYZ19.7511.296.45-
YUV84.92117.89192.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.75%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=61.75%
G=14.74%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176426700.760.620.31348.8161.4742.75
HexB02A4304C3E1F15d3d2b
Octal26052103011476375357553
Binary1011000010101010000110100110011111011111101011101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A43; }

 p { color: rgb(176,42,67); }

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

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

 a { background-color: rgb(176,42,67); }

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

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

 span { border-color: rgb(176,42,67); }

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