#B42C40

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

Shades of Old Rose #B42C40

Tints of Old Rose #B42C40

Color information

#B42C40 (or 0xB42C40) is unknown color: approx Old Rose. HEX triplet: B4, 2C and 40. RGB value is (180,44,64). Sum of RGB (Red+Green+Blue) = 180+44+64=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C40 is #4BD3BF. Grayscale: #575757. Windows color (decimal): -4969408 or 4205748. OLE color: 4205748.

HSL color Cylindrical-coordinate representation of color #B42C40: hue angle of 351.18º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C40 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1804464-
CMYK00.760.640.29
HSL351.18º60.71%43.92%-
HSV(B)351.18º75.56%70.59%-
XYZ20.6511.876.05-
YUV86.94115.06194.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.5%
GREEN value IS 44 (17.58% from 255) = 15.28%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=62.5%
G=15.28%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180446400.760.640.29351.1860.7143.92
HexB42C4004C401D15f3d2c
Octal264541000114100355377554
Binary10110100101100100000001001100100000011101101011111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42C40; }

 p { color: rgb(180,44,64); }

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

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

 a { background-color: rgb(180,44,64); }

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

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

 span { border-color: rgb(180,44,64); }

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