#b3235d

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

Shades of Old Rose #B3235D

Tints of Old Rose #B3235D

Color information

#B3235D (or 0xB3235D) is unknown color: approx Old Rose. HEX triplet: B3, 23 and 5D. RGB value is (179,35,93). Sum of RGB (Red+Green+Blue) = 179+35+93=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3235D is #4CDCA2. Grayscale: #545454. Windows color (decimal): -5037219 or 6103987. OLE color: 6103987.

HSL color Cylindrical-coordinate representation of color #B3235D: hue angle of 335.83º 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 #B3235D is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1793593-
CMYK00.800.480.30
HSL335.83º67.29%41.96%-
HSV(B)335.83º80.45%70.2%-
XYZ21.1711.5811.47-
YUV84.67132.71195.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.31%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=58.31%
G=11.40%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179359300.800.480.30335.8367.2941.96
HexB3235D050301E150432a
Octal263431350120603652010352
Binary10110011100011101110101010000110000111101010100001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3235d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3235d; }

 p { color: rgb(179,35,93); }

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

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

 a { background-color: rgb(179,35,93); }

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

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

 span { border-color: rgb(179,35,93); }

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