Html Css Color HEX #330215 Rustic Red

📋 copy color: '#330215'

red 51 ◦ green 2 ◦ blue 21

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

Shades of Rustic Red #330215

Tints of Rustic Red #330215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 28.38%

R = 68.92%
G = 2.7%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#330215 (or 0x330215) is known color: Rustic Red. HEX triplet: 33, 02 and 15. RGB value is (51,2,21). Sum of RGB (Red+Green+Blue) = 51+2+21=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330215 is #CCFDEA. Grayscale: #121212. Windows color (decimal): -13434347 or 1376819. OLE color: 1376819.

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

Color convert

RGB 51 2 21 -
CMYK 0 0.96 0.59 0.8
HSL 336.73º 0.92% 0.1% -
HSV(B) 336.73º 0.96% 0.2% -
XYZ 1.52 0.8 0.78 -
YUV 18.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 51 2 21 0 0.96 0.59 0.8 336.73 0.92 0.1
Hex 33 2 15 0 60 3B 50 151 5C A
Octal 63 2 25 0 140 73 120 521 134 12
Binary 110011 10 10101 0 1100000 111011 1010000 101010001 1011100 1010

Color Harmonies of #330215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330215

Black with #330215

Text Example


Text Example

White with #330215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330215; }

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

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

background-color css

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

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

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

border-color css

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

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

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