#B42150

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

Shades of Old Rose #B42150

Tints of Old Rose #B42150

Color information

#B42150 (or 0xB42150) is unknown color: approx Old Rose. HEX triplet: B4, 21 and 50. RGB value is (180,33,80). Sum of RGB (Red+Green+Blue) = 180+33+80=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B42150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42150 is #4BDEAF. Grayscale: #525252. Windows color (decimal): -4972208 or 5251508. OLE color: 5251508.

HSL color Cylindrical-coordinate representation of color #B42150: hue angle of 340.82º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42150 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1803380-
CMYK00.820.560.29
HSL340.82º69.01%41.76%-
HSV(B)340.82º81.67%70.59%-
XYZ20.8111.378.69-
YUV82.31126.7197.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=61.43%
G=11.26%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180338000.820.560.29340.8269.0141.76
HexB42150052381D155452a
Octal264411200122703552510552
Binary10110100100001101000001010010111000111011010101011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42150; }

 p { color: rgb(180,33,80); }

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

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

 a { background-color: rgb(180,33,80); }

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

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

 span { border-color: rgb(180,33,80); }

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