Html Css Color HEX #330716 Rustic Red

📋 copy color: '#330716'

red 51 ◦ green 7 ◦ blue 22

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

Shades of Rustic Red #330716

Tints of Rustic Red #330716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.75%

 BLUE value IS 22 (8.98% from 255) = 27.5%

R = 63.75%
G = 8.75%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#330716 (or 0x330716) is known color: Rustic Red. HEX triplet: 33, 07 and 16. RGB value is (51,7,22). Sum of RGB (Red+Green+Blue) = 51+7+22=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #330716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330716 is #CCF8E9. Grayscale: #151515. Windows color (decimal): -13433066 or 1443635. OLE color: 1443635.

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

Color convert

RGB 51 7 22 -
CMYK 0 0.86 0.57 0.8
HSL 339.55º 0.76% 0.11% -
HSV(B) 339.55º 0.86% 0.2% -
XYZ 1.59 0.91 0.85 -
YUV 21.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 51 7 22 0 0.86 0.57 0.8 339.55 0.76 0.11
Hex 33 7 16 0 56 39 50 154 4C B
Octal 63 7 26 0 126 71 120 524 114 13
Binary 110011 111 10110 0 1010110 111001 1010000 101010100 1001100 1011

Color Harmonies of #330716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330716

Black with #330716

Text Example


Text Example

White with #330716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330716; }

 p { color: rgb(51,7,22); }

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

background-color css

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

 a { background-color: rgb(51,7,22); }

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

border-color css

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

 span { border-color: rgb(51,7,22); }

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