#B42842

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

Shades of Old Rose #B42842

Tints of Old Rose #B42842

Color information

#B42842 (or 0xB42842) is unknown color: approx Old Rose. HEX triplet: B4, 28 and 42. RGB value is (180,40,66). Sum of RGB (Red+Green+Blue) = 180+40+66=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B42842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42842 is #4BD7BD. Grayscale: #545454. Windows color (decimal): -4970430 or 4335796. OLE color: 4335796.

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

Color convert

RGB1804066-
CMYK00.780.630.29
HSL348.86º63.64%43.14%-
HSV(B)348.86º77.78%70.59%-
XYZ20.5611.616.31-
YUV84.82117.38195.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.94%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=62.94%
G=13.99%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180406600.780.630.29348.8663.6443.14
HexB4284204E3F1D15d402b
Octal264501020116773553510053
Binary10110100101000100001001001110111111111011010111011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42842; }

 p { color: rgb(180,40,66); }

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

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

 a { background-color: rgb(180,40,66); }

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

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

 span { border-color: rgb(180,40,66); }

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