#330D12

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

Shades of Rustic Red #330D12

Tints of Rustic Red #330D12

Color information

#330D12 (or 0x330D12) is unknown color: approx Rustic Red. HEX triplet: 33, 0D and 12. RGB value is (51,13,18). Sum of RGB (Red+Green+Blue) = 51+13+18=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #330D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D12 is #CCF2ED. Grayscale: #181818. Windows color (decimal): -13431534 or 1183027. OLE color: 1183027.

HSL color Cylindrical-coordinate representation of color #330D12: hue angle of 352.11º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #330D12 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB511318-
CMYK00.750.650.8
HSL352.11º59.38%12.55%-
HSV(B)352.11º74.51%20%-
XYZ1.621.040.69-
YUV24.93124.09146.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.20%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=62.20%
G=15.85%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51131800.750.650.8352.1159.3812.55
Hex33D1204B41501603bd
Octal63152201131011205407315
Binary11001111011001001001011100000110100001011000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330D12; }

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

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

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

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

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

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

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

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