#B33541

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

Shades of Old Rose #B33541

Tints of Old Rose #B33541

Color information

#B33541 (or 0xB33541) is unknown color: approx Old Rose. HEX triplet: B3, 35 and 41. RGB value is (179,53,65). Sum of RGB (Red+Green+Blue) = 179+53+65=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B33541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33541 is #4CCABE. Grayscale: #5C5C5C. Windows color (decimal): -5032639 or 4273587. OLE color: 4273587.

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

Color convert

RGB1795365-
CMYK00.700.640.30
HSL354.29º54.31%45.49%-
HSV(B)354.29º70.39%70.2%-
XYZ20.8212.516.32-
YUV92.04112.74190.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.27%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=60.27%
G=17.85%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179536500.700.640.30354.2954.3145.49
HexB33541046401E162362d
Octal263651010106100365426655
Binary10110011110101100000101000110100000011110101100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33541; }

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

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

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

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

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

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

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

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