#B02F43

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

Shades of Old Rose #B02F43

Tints of Old Rose #B02F43

Color information

#B02F43 (or 0xB02F43) is unknown color: approx Old Rose. HEX triplet: B0, 2F and 43. RGB value is (176,47,67). Sum of RGB (Red+Green+Blue) = 176+47+67=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F43 is #4FD0BC. Grayscale: #575757. Windows color (decimal): -5230781 or 4403120. OLE color: 4403120.

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

Color convert

RGB1764767-
CMYK00.730.620.31
HSL350.7º57.85%43.73%-
HSV(B)350.7º73.3%69.02%-
XYZ19.9311.676.51-
YUV87.85116.24190.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.69%
GREEN value IS 47 (18.75% from 255) = 16.21%
BLUE value IS 67 (26.56% from 255) = 23.10%
R=60.69%
G=16.21%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176476700.730.620.31350.757.8543.73
HexB02F430493E1F15f3a2c
Octal26057103011176375377254
Binary1011000010111110000110100100111111011111101011111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F43; }

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

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

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

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

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

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

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

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