#33050C

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

Shades of Rustic Red #33050C

Tints of Rustic Red #33050C

Color information

#33050C (or 0x33050C) is unknown color: approx Rustic Red. HEX triplet: 33, 05 and 0C. RGB value is (51,5,12). Sum of RGB (Red+Green+Blue) = 51+5+12=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #33050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33050C is #CCFAF3. Grayscale: #131313. Windows color (decimal): -13433588 or 787763. OLE color: 787763.

HSL color Cylindrical-coordinate representation of color #33050C: hue angle of 350.87º 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 #33050C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB51512-
CMYK00.900.760.8
HSL350.87º82.14%10.98%-
HSV(B)350.87º90.2%20%-
XYZ1.490.840.43-
YUV19.55123.74150.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=75%
G=7.35%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5151200.900.760.8350.8782.1410.98
Hex335C05A4C5015f52b
Octal63514013211412053712213
Binary1100111011100010110101001100101000010101111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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