#B32B4B

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

Shades of Old Rose #B32B4B

Tints of Old Rose #B32B4B

Color information

#B32B4B (or 0xB32B4B) is unknown color: approx Old Rose. HEX triplet: B3, 2B and 4B. RGB value is (179,43,75). Sum of RGB (Red+Green+Blue) = 179+43+75=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32B4B is #4CD4B4. Grayscale: #575757. Windows color (decimal): -5035189 or 4926387. OLE color: 4926387.

HSL color Cylindrical-coordinate representation of color #B32B4B: hue angle of 345.88º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B4B is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1794375-
CMYK00.760.580.30
HSL345.88º61.26%43.53%-
HSV(B)345.88º75.98%70.2%-
XYZ20.7211.827.85-
YUV87.31121.06193.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.27%
GREEN value IS 43 (17.19% from 255) = 14.48%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=60.27%
G=14.48%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179437500.760.580.30345.8861.2643.53
HexB32B4B04C3A1E15a3d2c
Octal26353113011472365327554
Binary1011001110101110010110100110011101011110101011010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32B4B; }

 p { color: rgb(179,43,75); }

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

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

 a { background-color: rgb(179,43,75); }

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

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

 span { border-color: rgb(179,43,75); }

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