Html Css Color HEX #330412 Rustic Red

📋 copy color: '#330412'

red 51 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #330412

Tints of Rustic Red #330412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.48%

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

R = 69.86%
G = 5.48%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#330412 (or 0x330412) is known color: Rustic Red. HEX triplet: 33, 04 and 12. RGB value is (51,4,18). Sum of RGB (Red+Green+Blue) = 51+4+18=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #330412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330412 is #CCFBED. Grayscale: #131313. Windows color (decimal): -13433838 or 1180723. OLE color: 1180723.

HSL color Cylindrical-coordinate representation of color #330412: hue angle of 342.13º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330412 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 4 18 -
CMYK 0 0.92 0.65 0.8
HSL 342.13º 0.85% 0.11% -
HSV(B) 342.13º 0.92% 0.2% -
XYZ 1.52 0.83 0.65 -
YUV 19.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 51 4 18 0 0.92 0.65 0.8 342.13 0.85 0.11
Hex 33 4 12 0 5C 41 50 156 55 B
Octal 63 4 22 0 134 101 120 526 125 13
Binary 110011 100 10010 0 1011100 1000001 1010000 101010110 1010101 1011

Color Harmonies of #330412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330412

Black with #330412

Text Example


Text Example

White with #330412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330412; }

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

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

background-color css

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

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

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

border-color css

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

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

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