Html Css Color HEX #330E11 Rustic Red

📋 copy color: '#330E11'

red 51 ◦ green 14 ◦ blue 17

#330E11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #330E11

Tints of Rustic Red #330E11

RGB

 RED value IS 51 (20.31% from 255) = 62.2%

 GREEN value IS 14 (5.86% from 255) = 17.07%

 BLUE value IS 17 (7.03% from 255) = 20.73%

R = 62.2%
G = 17.07%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#330E11 (or 0x330E11) is known color: Rustic Red. HEX triplet: 33, 0E and 11. RGB value is (51,14,17). Sum of RGB (Red+Green+Blue) = 51+14+17=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #330E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E11 is #CCF1EE. Grayscale: #191919. Windows color (decimal): -13431279 or 1117747. OLE color: 1117747.

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

Color convert

RGB 51 14 17 -
CMYK 0 0.73 0.67 0.8
HSL 355.14º 0.57% 0.13% -
HSV(B) 355.14º 0.73% 0.2% -
XYZ 1.62 1.06 0.65 -
YUV 25.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 51 14 17 0 0.73 0.67 0.8 355.14 0.57 0.13
Hex 33 E 11 0 49 43 50 163 39 D
Octal 63 16 21 0 111 103 120 543 71 15
Binary 110011 1110 10001 0 1001001 1000011 1010000 101100011 111001 1101

Color Harmonies of #330E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E11

Black with #330E11

Text Example


Text Example

White with #330E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,14,17); }

 H1.HeaderClassName
 {
   color: #330E11;
 }
 .AnyTagClassName
 {
   color: #330E11;
 }
</style>

background-color css

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

 a { background-color: rgb(51,14,17); }

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

border-color css

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

 span { border-color: rgb(51,14,17); }

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