Html Css Color HEX #330313 Rustic Red

📋 copy color: '#330313'

red 51 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #330313

Tints of Rustic Red #330313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 69.86%
G = 4.11%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#330313 (or 0x330313) is known color: Rustic Red. HEX triplet: 33, 03 and 13. RGB value is (51,3,19). Sum of RGB (Red+Green+Blue) = 51+3+19=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #330313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330313 is #CCFCEC. Grayscale: #131313. Windows color (decimal): -13434093 or 1246003. OLE color: 1246003.

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

Color convert

RGB 51 3 19 -
CMYK 0 0.94 0.63 0.8
HSL 340º 0.89% 0.11% -
HSV(B) 340º 0.94% 0.2% -
XYZ 1.52 0.82 0.69 -
YUV 19.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 51 3 19 0 0.94 0.63 0.8 340 0.89 0.11
Hex 33 3 13 0 5E 3F 50 154 59 B
Octal 63 3 23 0 136 77 120 524 131 13
Binary 110011 11 10011 0 1011110 111111 1010000 101010100 1011001 1011

Color Harmonies of #330313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330313

Black with #330313

Text Example


Text Example

White with #330313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330313; }

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

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

background-color css

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

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

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

border-color css

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

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

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