Html Css Color HEX #330214 Rustic Red

📋 copy color: '#330214'

red 51 ◦ green 2 ◦ blue 20

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

Shades of Rustic Red #330214

Tints of Rustic Red #330214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.4%

R = 69.86%
G = 2.74%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#330214 (or 0x330214) is known color: Rustic Red. HEX triplet: 33, 02 and 14. RGB value is (51,2,20). Sum of RGB (Red+Green+Blue) = 51+2+20=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #330214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330214 is #CCFDEB. Grayscale: #121212. Windows color (decimal): -13434348 or 1311283. OLE color: 1311283.

HSL color Cylindrical-coordinate representation of color #330214: hue angle of 337.96º 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 #330214 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 2 20 -
CMYK 0 0.96 0.61 0.8
HSL 337.96º 0.92% 0.1% -
HSV(B) 337.96º 0.96% 0.2% -
XYZ 1.51 0.8 0.74 -
YUV 18.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 51 2 20 0 0.96 0.61 0.8 337.96 0.92 0.1
Hex 33 2 14 0 60 3D 50 152 5C A
Octal 63 2 24 0 140 75 120 522 134 12
Binary 110011 10 10100 0 1100000 111101 1010000 101010010 1011100 1010

Color Harmonies of #330214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330214

Black with #330214

Text Example


Text Example

White with #330214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330214; }

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

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

background-color css

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

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

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

border-color css

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

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

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