#B42148

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

Shades of Old Rose #B42148

Tints of Old Rose #B42148

Color information

#B42148 (or 0xB42148) is unknown color: approx Old Rose. HEX triplet: B4, 21 and 48. RGB value is (180,33,72). Sum of RGB (Red+Green+Blue) = 180+33+72=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B42148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42148 is #4BDEB7. Grayscale: #515151. Windows color (decimal): -4972216 or 4727220. OLE color: 4727220.

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

Color convert

RGB1803372-
CMYK00.820.600.29
HSL344.08º69.01%41.76%-
HSV(B)344.08º81.67%70.59%-
XYZ20.5411.267.22-
YUV81.4122.7198.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=63.16%
G=11.58%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180337200.820.600.29344.0869.0141.76
HexB421480523C1D158452a
Octal264411100122743553010552
Binary10110100100001100100001010010111100111011010110001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42148; }

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

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

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

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

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

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

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

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