Html Css Color HEX #330715 Rustic Red

📋 copy color: '#330715'

red 51 ◦ green 7 ◦ blue 21

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

Shades of Rustic Red #330715

Tints of Rustic Red #330715

RGB

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

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

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

R = 64.56%
G = 8.86%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#330715 (or 0x330715) is known color: Rustic Red. HEX triplet: 33, 07 and 15. RGB value is (51,7,21). Sum of RGB (Red+Green+Blue) = 51+7+21=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #330715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330715 is #CCF8EA. Grayscale: #151515. Windows color (decimal): -13433067 or 1378099. OLE color: 1378099.

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

Color convert

RGB 51 7 21 -
CMYK 0 0.86 0.59 0.8
HSL 340.91º 0.76% 0.11% -
HSV(B) 340.91º 0.86% 0.2% -
XYZ 1.58 0.91 0.8 -
YUV 21.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 51 7 21 0 0.86 0.59 0.8 340.91 0.76 0.11
Hex 33 7 15 0 56 3B 50 155 4C B
Octal 63 7 25 0 126 73 120 525 114 13
Binary 110011 111 10101 0 1010110 111011 1010000 101010101 1001100 1011

Color Harmonies of #330715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330715

Black with #330715

Text Example


Text Example

White with #330715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330715; }

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

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

background-color css

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

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

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

border-color css

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

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

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