#33050D

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

Shades of Rustic Red #33050D

Tints of Rustic Red #33050D

Color information

#33050D (or 0x33050D) is unknown color: approx Rustic Red. HEX triplet: 33, 05 and 0D. RGB value is (51,5,13). Sum of RGB (Red+Green+Blue) = 51+5+13=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #33050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33050D is #CCFAF2. Grayscale: #131313. Windows color (decimal): -13433587 or 853299. OLE color: 853299.

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

Color convert

RGB51513-
CMYK00.900.750.8
HSL349.57º82.14%10.98%-
HSV(B)349.57º90.2%20%-
XYZ1.490.840.46-
YUV19.67124.24150.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 73.91%
GREEN value IS 5 (2.34% from 255) = 7.25%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=73.91%
G=7.25%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5151300.900.750.8349.5782.1410.98
Hex335D05A4B5015e52b
Octal63515013211312053612213
Binary1100111011101010110101001011101000010101111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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