Html Css Color HEX #330517 Rustic Red

📋 copy color: '#330517'

red 51 ◦ green 5 ◦ blue 23

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

Shades of Rustic Red #330517

Tints of Rustic Red #330517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.33%

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

R = 64.56%
G = 6.33%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#330517 (or 0x330517) is known color: Rustic Red. HEX triplet: 33, 05 and 17. RGB value is (51,5,23). Sum of RGB (Red+Green+Blue) = 51+5+23=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #330517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330517 is #CCFAE8. Grayscale: #141414. Windows color (decimal): -13433577 or 1508659. OLE color: 1508659.

HSL color Cylindrical-coordinate representation of color #330517: hue angle of 336.52º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330517 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 5 23 -
CMYK 0 0.90 0.55 0.8
HSL 336.52º 0.82% 0.11% -
HSV(B) 336.52º 0.9% 0.2% -
XYZ 1.57 0.87 0.9 -
YUV 20.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 51 5 23 0 0.90 0.55 0.8 336.52 0.82 0.11
Hex 33 5 17 0 5A 37 50 151 52 B
Octal 63 5 27 0 132 67 120 521 122 13
Binary 110011 101 10111 0 1011010 110111 1010000 101010001 1010010 1011

Color Harmonies of #330517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330517

Black with #330517

Text Example


Text Example

White with #330517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330517; }

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

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

background-color css

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

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

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

border-color css

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

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

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