Html Css Color HEX #330815 Rustic Red

📋 copy color: '#330815'

red 51 ◦ green 8 ◦ blue 21

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

Shades of Rustic Red #330815

Tints of Rustic Red #330815

RGB

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

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

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

R = 63.75%
G = 10%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#330815 (or 0x330815) is known color: Rustic Red. HEX triplet: 33, 08 and 15. RGB value is (51,8,21). Sum of RGB (Red+Green+Blue) = 51+8+21=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #330815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330815 is #CCF7EA. Grayscale: #161616. Windows color (decimal): -13432811 or 1378355. OLE color: 1378355.

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

Color convert

RGB 51 8 21 -
CMYK 0 0.84 0.59 0.8
HSL 341.86º 0.73% 0.12% -
HSV(B) 341.86º 0.84% 0.2% -
XYZ 1.59 0.93 0.81 -
YUV 22.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 51 8 21 0 0.84 0.59 0.8 341.86 0.73 0.12
Hex 33 8 15 0 54 3B 50 156 49 C
Octal 63 10 25 0 124 73 120 526 111 14
Binary 110011 1000 10101 0 1010100 111011 1010000 101010110 1001001 1100

Color Harmonies of #330815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330815

Black with #330815

Text Example


Text Example

White with #330815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330815; }

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

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

background-color css

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

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

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

border-color css

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

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

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