#B42848

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

Shades of Old Rose #B42848

Tints of Old Rose #B42848

Color information

#B42848 (or 0xB42848) is unknown color: approx Old Rose. HEX triplet: B4, 28 and 48. RGB value is (180,40,72). Sum of RGB (Red+Green+Blue) = 180+40+72=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B42848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42848 is #4BD7B7. Grayscale: #555555. Windows color (decimal): -4970424 or 4729012. OLE color: 4729012.

HSL color Cylindrical-coordinate representation of color #B42848: hue angle of 346.29º 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 #B42848 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1804072-
CMYK00.780.600.29
HSL346.29º63.64%43.14%-
HSV(B)346.29º77.78%70.59%-
XYZ20.7511.697.29-
YUV85.51120.38195.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=61.64%
G=13.70%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180407200.780.600.29346.2963.6443.14
HexB4284804E3C1D15a402b
Octal264501100116743553210053
Binary10110100101000100100001001110111100111011010110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42848; }

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

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

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

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

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

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

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

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