Html Css Color HEX #330212 Rustic Red

📋 copy color: '#330212'

red 51 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #330212

Tints of Rustic Red #330212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.82%

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

R = 71.83%
G = 2.82%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#330212 (or 0x330212) is known color: Rustic Red. HEX triplet: 33, 02 and 12. RGB value is (51,2,18). Sum of RGB (Red+Green+Blue) = 51+2+18=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #330212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330212 is #CCFDED. Grayscale: #121212. Windows color (decimal): -13434350 or 1180211. OLE color: 1180211.

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

Color convert

RGB 51 2 18 -
CMYK 0 0.96 0.65 0.8
HSL 340.41º 0.92% 0.1% -
HSV(B) 340.41º 0.96% 0.2% -
XYZ 1.5 0.79 0.65 -
YUV 18.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 51 2 18 0 0.96 0.65 0.8 340.41 0.92 0.1
Hex 33 2 12 0 60 41 50 154 5C A
Octal 63 2 22 0 140 101 120 524 134 12
Binary 110011 10 10010 0 1100000 1000001 1010000 101010100 1011100 1010

Color Harmonies of #330212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330212

Black with #330212

Text Example


Text Example

White with #330212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330212; }

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

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

background-color css

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

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

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

border-color css

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

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

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