Html Css Color HEX #330816 Rustic Red

📋 copy color: '#330816'

red 51 ◦ green 8 ◦ blue 22

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

Shades of Rustic Red #330816

Tints of Rustic Red #330816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.88%

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

R = 62.96%
G = 9.88%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#330816 (or 0x330816) is known color: Rustic Red. HEX triplet: 33, 08 and 16. RGB value is (51,8,22). Sum of RGB (Red+Green+Blue) = 51+8+22=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #330816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330816 is #CCF7E9. Grayscale: #161616. Windows color (decimal): -13432810 or 1443891. OLE color: 1443891.

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

Color convert

RGB 51 8 22 -
CMYK 0 0.84 0.57 0.8
HSL 340.47º 0.73% 0.12% -
HSV(B) 340.47º 0.84% 0.2% -
XYZ 1.6 0.94 0.86 -
YUV 22.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 51 8 22 0 0.84 0.57 0.8 340.47 0.73 0.12
Hex 33 8 16 0 54 39 50 154 49 C
Octal 63 10 26 0 124 71 120 524 111 14
Binary 110011 1000 10110 0 1010100 111001 1010000 101010100 1001001 1100

Color Harmonies of #330816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330816

Black with #330816

Text Example


Text Example

White with #330816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330816; }

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

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

background-color css

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

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

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

border-color css

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

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

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