#B42849

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

Shades of Old Rose #B42849

Tints of Old Rose #B42849

Color information

#B42849 (or 0xB42849) is unknown color: approx Old Rose. HEX triplet: B4, 28 and 49. RGB value is (180,40,73). Sum of RGB (Red+Green+Blue) = 180+40+73=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B42849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42849 is #4BD7B6. Grayscale: #555555. Windows color (decimal): -4970423 or 4794548. OLE color: 4794548.

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

Color convert

RGB1804073-
CMYK00.780.590.29
HSL345.86º63.64%43.14%-
HSV(B)345.86º77.78%70.59%-
XYZ20.7811.77.47-
YUV85.62120.88195.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=61.43%
G=13.65%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180407300.780.590.29345.8663.6443.14
HexB4284904E3B1D15a402b
Octal264501110116733553210053
Binary10110100101000100100101001110111011111011010110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42849; }

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

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

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

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

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

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

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

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