#B42749

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

Shades of Old Rose #B42749

Tints of Old Rose #B42749

Color information

#B42749 (or 0xB42749) is unknown color: approx Old Rose. HEX triplet: B4, 27 and 49. RGB value is (180,39,73). Sum of RGB (Red+Green+Blue) = 180+39+73=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B42749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42749 is #4BD8B6. Grayscale: #555555. Windows color (decimal): -4970679 or 4794292. OLE color: 4794292.

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

Color convert

RGB1803973-
CMYK00.780.590.29
HSL345.53º64.38%42.94%-
HSV(B)345.53º78.33%70.59%-
XYZ20.7511.647.46-
YUV85.04121.21195.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 39 (15.62% from 255) = 13.36%
BLUE value IS 73 (28.91% from 255) = 25%
R=61.64%
G=13.36%
B=25%

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
Decimal180397300.780.590.29345.5364.3842.94
HexB4274904E3B1D15a402b
Octal264471110116733553210053
Binary10110100100111100100101001110111011111011010110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42749; }

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

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

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

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

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

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

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

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