#b3234f

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

Shades of Old Rose #B3234F

Tints of Old Rose #B3234F

Color information

#B3234F (or 0xB3234F) is unknown color: approx Old Rose. HEX triplet: B3, 23 and 4F. RGB value is (179,35,79). Sum of RGB (Red+Green+Blue) = 179+35+79=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B3234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3234F is #4CDCB0. Grayscale: #535353. Windows color (decimal): -5037233 or 5186483. OLE color: 5186483.

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

Color convert

RGB1793579-
CMYK00.800.560.30
HSL341.67º67.29%41.96%-
HSV(B)341.67º80.45%70.2%-
XYZ20.611.358.5-
YUV83.07125.71196.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.09%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=61.09%
G=11.95%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179357900.800.560.30341.6767.2941.96
HexB3234F050381E156432a
Octal263431170120703652610352
Binary10110011100011100111101010000111000111101010101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3234f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3234f; }

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

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

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

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

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

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

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

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