#33090D

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

Shades of Rustic Red #33090D

Tints of Rustic Red #33090D

Color information

#33090D (or 0x33090D) is unknown color: approx Rustic Red. HEX triplet: 33, 09 and 0D. RGB value is (51,9,13). Sum of RGB (Red+Green+Blue) = 51+9+13=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #33090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33090D is #CCF6F2. Grayscale: #161616. Windows color (decimal): -13432563 or 854323. OLE color: 854323.

HSL color Cylindrical-coordinate representation of color #33090D: hue angle of 354.29º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33090D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB51913-
CMYK00.820.750.8
HSL354.29º70%11.76%-
HSV(B)354.29º82.35%20%-
XYZ1.540.930.48-
YUV22.01122.91148.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 69.86%
GREEN value IS 9 (3.91% from 255) = 12.33%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=69.86%
G=12.33%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5191300.820.750.8354.297011.76
Hex339D0524B5016246c
Octal631115012211312054210614
Binary11001110011101010100101001011101000010110001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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