#B33543

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

Shades of Old Rose #B33543

Tints of Old Rose #B33543

Color information

#B33543 (or 0xB33543) is unknown color: approx Old Rose. HEX triplet: B3, 35 and 43. RGB value is (179,53,67). Sum of RGB (Red+Green+Blue) = 179+53+67=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B33543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33543 is #4CCABC. Grayscale: #5C5C5C. Windows color (decimal): -5032637 or 4404659. OLE color: 4404659.

HSL color Cylindrical-coordinate representation of color #B33543: hue angle of 353.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33543 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1795367-
CMYK00.700.630.30
HSL353.33º54.31%45.49%-
HSV(B)353.33º70.39%70.2%-
XYZ20.8812.546.63-
YUV92.27113.74189.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.87%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=59.87%
G=17.73%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179536700.700.630.30353.3354.3145.49
HexB335430463F1E161362d
Octal26365103010677365416655
Binary1011001111010110000110100011011111111110101100001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33543; }

 p { color: rgb(179,53,67); }

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

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

 a { background-color: rgb(179,53,67); }

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

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

 span { border-color: rgb(179,53,67); }

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