Html Css Color HEX #331517 Rustic Red

📋 copy color: '#331517'

red 51 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #331517

Tints of Rustic Red #331517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

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

R = 53.68%
G = 22.11%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#331517 (or 0x331517) is known color: Rustic Red. HEX triplet: 33, 15 and 17. RGB value is (51,21,23). Sum of RGB (Red+Green+Blue) = 51+21+23=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #331517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331517 is #CCEAE8. Grayscale: #1E1E1E. Windows color (decimal): -13429481 or 1512755. OLE color: 1512755.

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

Color convert

RGB 51 21 23 -
CMYK 0 0.59 0.55 0.8
HSL 356º 0.42% 0.14% -
HSV(B) 356º 0.59% 0.2% -
XYZ 1.79 1.3 0.97 -
YUV 30.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 51 21 23 0 0.59 0.55 0.8 356 0.42 0.14
Hex 33 15 17 0 3B 37 50 164 2A E
Octal 63 25 27 0 73 67 120 544 52 16
Binary 110011 10101 10111 0 111011 110111 1010000 101100100 101010 1110

Color Harmonies of #331517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331517

Black with #331517

Text Example


Text Example

White with #331517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331517; }

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

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

background-color css

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

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

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

border-color css

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

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

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