#B32448

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

Shades of Old Rose #B32448

Tints of Old Rose #B32448

Color information

#B32448 (or 0xB32448) is unknown color: approx Old Rose. HEX triplet: B3, 24 and 48. RGB value is (179,36,72). Sum of RGB (Red+Green+Blue) = 179+36+72=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B32448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32448 is #4CDBB7. Grayscale: #525252. Windows color (decimal): -5036984 or 4727987. OLE color: 4727987.

HSL color Cylindrical-coordinate representation of color #B32448: hue angle of 344.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32448 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1793672-
CMYK00.800.600.30
HSL344.9º66.51%42.16%-
HSV(B)344.9º79.89%70.2%-
XYZ20.3911.317.24-
YUV82.86121.88196.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.37%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=62.37%
G=12.54%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179367200.800.600.30344.966.5142.16
HexB324480503C1E159432a
Octal263441100120743653110352
Binary10110011100100100100001010000111100111101010110011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32448; }

 p { color: rgb(179,36,72); }

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

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

 a { background-color: rgb(179,36,72); }

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

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

 span { border-color: rgb(179,36,72); }

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