#33050F

Color #33050F Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #33050F

Tints of Rustic Red #33050F

Color information

#33050F (or 0x33050F) is unknown color: approx Rustic Red. HEX triplet: 33, 05 and 0F. RGB value is (51,5,15). Sum of RGB (Red+Green+Blue) = 51+5+15=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #33050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33050F is #CCFAF0. Grayscale: #131313. Windows color (decimal): -13433585 or 984371. OLE color: 984371.

HSL color Cylindrical-coordinate representation of color #33050F: hue angle of 346.96º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33050F is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB51515-
CMYK00.900.710.8
HSL346.96º82.14%10.98%-
HSV(B)346.96º90.2%20%-
XYZ1.510.850.54-
YUV19.89125.24150.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 71.83%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=71.83%
G=7.04%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5151500.900.710.8346.9682.1410.98
Hex335F05A475015b52b
Octal63517013210712053312213
Binary1100111011111010110101000111101000010101101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33050F; }

 p { color: rgb(51,5,15); }

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

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

 a { background-color: rgb(51,5,15); }

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

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

 span { border-color: rgb(51,5,15); }

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