Html Css Color HEX #330417 Rustic Red

📋 copy color: '#330417'

red 51 ◦ green 4 ◦ blue 23

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

Shades of Rustic Red #330417

Tints of Rustic Red #330417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 29.49%

R = 65.38%
G = 5.13%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#330417 (or 0x330417) is known color: Rustic Red. HEX triplet: 33, 04 and 17. RGB value is (51,4,23). Sum of RGB (Red+Green+Blue) = 51+4+23=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330417 is #CCFBE8. Grayscale: #141414. Windows color (decimal): -13433833 or 1508403. OLE color: 1508403.

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

Color convert

RGB 51 4 23 -
CMYK 0 0.92 0.55 0.8
HSL 335.74º 0.85% 0.11% -
HSV(B) 335.74º 0.92% 0.2% -
XYZ 1.56 0.85 0.89 -
YUV 20.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 51 4 23 0 0.92 0.55 0.8 335.74 0.85 0.11
Hex 33 4 17 0 5C 37 50 150 55 B
Octal 63 4 27 0 134 67 120 520 125 13
Binary 110011 100 10111 0 1011100 110111 1010000 101010000 1010101 1011

Color Harmonies of #330417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330417

Black with #330417

Text Example


Text Example

White with #330417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330417; }

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

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

background-color css

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

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

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

border-color css

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

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

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