#B02C43

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

Shades of Old Rose #B02C43

Tints of Old Rose #B02C43

Color information

#B02C43 (or 0xB02C43) is unknown color: approx Old Rose. HEX triplet: B0, 2C and 43. RGB value is (176,44,67). Sum of RGB (Red+Green+Blue) = 176+44+67=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C43 is #4FD3BC. Grayscale: #565656. Windows color (decimal): -5231549 or 4402352. OLE color: 4402352.

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

Color convert

RGB1764467-
CMYK00.750.620.31
HSL349.55º60%43.14%-
HSV(B)349.55º75%69.02%-
XYZ19.8211.446.47-
YUV86.09117.23192.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.32%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=61.32%
G=15.33%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176446700.750.620.31349.556043.14
HexB02C4304B3E1F15e3c2b
Octal26054103011376375367453
Binary1011000010110010000110100101111111011111101011110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02C43; }

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

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

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

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

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

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

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

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