#B03642

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

Shades of Old Rose #B03642

Tints of Old Rose #B03642

Color information

#B03642 (or 0xB03642) is unknown color: approx Old Rose. HEX triplet: B0, 36 and 42. RGB value is (176,54,66). Sum of RGB (Red+Green+Blue) = 176+54+66=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B03642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03642 is #4FC9BD. Grayscale: #5B5B5B. Windows color (decimal): -5228990 or 4339376. OLE color: 4339376.

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

Color convert

RGB1765466-
CMYK00.690.620.31
HSL354.1º53.04%45.1%-
HSV(B)354.1º69.32%69.02%-
XYZ20.2112.266.46-
YUV91.85113.42188.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.46%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=59.46%
G=18.24%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176546600.690.620.31354.153.0445.1
HexB036420453E1F162352d
Octal26066102010576375426555
Binary1011000011011010000100100010111111011111101100010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03642; }

 p { color: rgb(176,54,66); }

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

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

 a { background-color: rgb(176,54,66); }

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

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

 span { border-color: rgb(176,54,66); }

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