Html Css Color HEX #330E13 Rustic Red

📋 copy color: '#330E13'

red 51 ◦ green 14 ◦ blue 19

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

Shades of Rustic Red #330E13

Tints of Rustic Red #330E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 60.71%
G = 16.67%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#330E13 (or 0x330E13) is known color: Rustic Red. HEX triplet: 33, 0E and 13. RGB value is (51,14,19). Sum of RGB (Red+Green+Blue) = 51+14+19=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #330E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E13 is #CCF1EC. Grayscale: #191919. Windows color (decimal): -13431277 or 1248819. OLE color: 1248819.

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

Color convert

RGB 51 14 19 -
CMYK 0 0.73 0.63 0.8
HSL 351.89º 0.57% 0.13% -
HSV(B) 351.89º 0.73% 0.2% -
XYZ 1.64 1.06 0.74 -
YUV 25.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 51 14 19 0 0.73 0.63 0.8 351.89 0.57 0.13
Hex 33 E 13 0 49 3F 50 160 39 D
Octal 63 16 23 0 111 77 120 540 71 15
Binary 110011 1110 10011 0 1001001 111111 1010000 101100000 111001 1101

Color Harmonies of #330E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E13

Black with #330E13

Text Example


Text Example

White with #330E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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