#330C19

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

Shades of Rustic Red #330C19

Tints of Rustic Red #330C19

Color information

#330C19 (or 0x330C19) is unknown color: approx Rustic Red. HEX triplet: 33, 0C and 19. RGB value is (51,12,25). Sum of RGB (Red+Green+Blue) = 51+12+25=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C19 is #CCF3E6. Grayscale: #191919. Windows color (decimal): -13431783 or 1641523. OLE color: 1641523.

HSL color Cylindrical-coordinate representation of color #330C19: hue angle of 340º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #330C19 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB511225-
CMYK00.760.510.8
HSL340º61.9%12.35%-
HSV(B)340º76.47%20%-
XYZ1.671.041.03-
YUV25.14127.92146.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 12 (5.08% from 255) = 13.64%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=57.95%
G=13.64%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51122500.760.510.834061.912.35
Hex33C1904C33501543ec
Octal6314310114631205247614
Binary1100111100110010100110011001110100001010101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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