#B33040

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

Shades of Old Rose #B33040

Tints of Old Rose #B33040

Color information

#B33040 (or 0xB33040) is unknown color: approx Old Rose. HEX triplet: B3, 30 and 40. RGB value is (179,48,64). Sum of RGB (Red+Green+Blue) = 179+48+64=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B33040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33040 is #4CCFBF. Grayscale: #595959. Windows color (decimal): -5033920 or 4206771. OLE color: 4206771.

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

Color convert

RGB1794864-
CMYK00.730.640.30
HSL352.67º57.71%44.51%-
HSV(B)352.67º73.18%70.2%-
XYZ20.5712.076.1-
YUV88.99113.9192.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=61.51%
G=16.49%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179486400.730.640.30352.6757.7144.51
HexB33040049401E1613a2d
Octal263601000111100365417255
Binary10110011110000100000001001001100000011110101100001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33040; }

 p { color: rgb(179,48,64); }

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

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

 a { background-color: rgb(179,48,64); }

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

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

 span { border-color: rgb(179,48,64); }

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