Html Css Color HEX #330413 Rustic Red

📋 copy color: '#330413'

red 51 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #330413

Tints of Rustic Red #330413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.41%

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

R = 68.92%
G = 5.41%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#330413 (or 0x330413) is known color: Rustic Red. HEX triplet: 33, 04 and 13. RGB value is (51,4,19). Sum of RGB (Red+Green+Blue) = 51+4+19=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330413 is #CCFBEC. Grayscale: #131313. Windows color (decimal): -13433837 or 1246259. OLE color: 1246259.

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

Color convert

RGB 51 4 19 -
CMYK 0 0.92 0.63 0.8
HSL 340.85º 0.85% 0.11% -
HSV(B) 340.85º 0.92% 0.2% -
XYZ 1.53 0.84 0.7 -
YUV 19.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 51 4 19 0 0.92 0.63 0.8 340.85 0.85 0.11
Hex 33 4 13 0 5C 3F 50 155 55 B
Octal 63 4 23 0 134 77 120 525 125 13
Binary 110011 100 10011 0 1011100 111111 1010000 101010101 1010101 1011

Color Harmonies of #330413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330413

Black with #330413

Text Example


Text Example

White with #330413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330413; }

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

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

background-color css

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

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

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

border-color css

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

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

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