#B42D46

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

Shades of Old Rose #B42D46

Tints of Old Rose #B42D46

Color information

#B42D46 (or 0xB42D46) is unknown color: approx Old Rose. HEX triplet: B4, 2D and 46. RGB value is (180,45,70). Sum of RGB (Red+Green+Blue) = 180+45+70=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D46 is #4BD2B9. Grayscale: #585858. Windows color (decimal): -4969146 or 4599220. OLE color: 4599220.

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

Color convert

RGB1804570-
CMYK00.750.610.29
HSL348.89º60%44.12%-
HSV(B)348.89º75%70.59%-
XYZ20.8712.027.02-
YUV88.22117.73193.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.02%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 70 (27.73% from 255) = 23.73%
R=61.02%
G=15.25%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180457000.750.610.29348.896044.12
HexB42D4604B3D1D15d3c2c
Octal26455106011375355357454
Binary1011010010110110001100100101111110111101101011101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D46; }

 p { color: rgb(180,45,70); }

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

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

 a { background-color: rgb(180,45,70); }

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

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

 span { border-color: rgb(180,45,70); }

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