Html Css Color HEX #330E12 Rustic Red

📋 copy color: '#330E12'

red 51 ◦ green 14 ◦ blue 18

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

Shades of Rustic Red #330E12

Tints of Rustic Red #330E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.69%

R = 61.45%
G = 16.87%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#330E12 (or 0x330E12) is known color: Rustic Red. HEX triplet: 33, 0E and 12. RGB value is (51,14,18). Sum of RGB (Red+Green+Blue) = 51+14+18=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #330E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E12 is #CCF1ED. Grayscale: #191919. Windows color (decimal): -13431278 or 1183283. OLE color: 1183283.

HSL color Cylindrical-coordinate representation of color #330E12: hue angle of 353.51º 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 #330E12 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 14 18 -
CMYK 0 0.73 0.65 0.8
HSL 353.51º 0.57% 0.13% -
HSV(B) 353.51º 0.73% 0.2% -
XYZ 1.63 1.06 0.69 -
YUV 25.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 51 14 18 0 0.73 0.65 0.8 353.51 0.57 0.13
Hex 33 E 12 0 49 41 50 162 39 D
Octal 63 16 22 0 111 101 120 542 71 15
Binary 110011 1110 10010 0 1001001 1000001 1010000 101100010 111001 1101

Color Harmonies of #330E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E12

Black with #330E12

Text Example


Text Example

White with #330E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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