Html Css Color HEX #330315 Rustic Red

📋 copy color: '#330315'

red 51 ◦ green 3 ◦ blue 21

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

Shades of Rustic Red #330315

Tints of Rustic Red #330315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

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

R = 68%
G = 4%
B = 28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#330315 (or 0x330315) is known color: Rustic Red. HEX triplet: 33, 03 and 15. RGB value is (51,3,21). Sum of RGB (Red+Green+Blue) = 51+3+21=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #330315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330315 is #CCFCEA. Grayscale: #131313. Windows color (decimal): -13434091 or 1377075. OLE color: 1377075.

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

Color convert

RGB 51 3 21 -
CMYK 0 0.94 0.59 0.8
HSL 337.5º 0.89% 0.11% -
HSV(B) 337.5º 0.94% 0.2% -
XYZ 1.53 0.82 0.79 -
YUV 19.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 51 3 21 0 0.94 0.59 0.8 337.5 0.89 0.11
Hex 33 3 15 0 5E 3B 50 152 59 B
Octal 63 3 25 0 136 73 120 522 131 13
Binary 110011 11 10101 0 1011110 111011 1010000 101010010 1011001 1011

Color Harmonies of #330315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330315

Black with #330315

Text Example


Text Example

White with #330315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330315; }

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

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

background-color css

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

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

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

border-color css

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

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

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