Html Css Color HEX #331317 Rustic Red

📋 copy color: '#331317'

red 51 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #331317

Tints of Rustic Red #331317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

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

R = 54.84%
G = 20.43%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#331317 (or 0x331317) is known color: Rustic Red. HEX triplet: 33, 13 and 17. RGB value is (51,19,23). Sum of RGB (Red+Green+Blue) = 51+19+23=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331317 is #CCECE8. Grayscale: #1D1D1D. Windows color (decimal): -13429993 or 1512243. OLE color: 1512243.

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

Color convert

RGB 51 19 23 -
CMYK 0 0.63 0.55 0.8
HSL 352.5º 0.46% 0.14% -
HSV(B) 352.5º 0.63% 0.2% -
XYZ 1.75 1.23 0.96 -
YUV 29.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 51 19 23 0 0.63 0.55 0.8 352.5 0.46 0.14
Hex 33 13 17 0 3F 37 50 160 2E E
Octal 63 23 27 0 77 67 120 540 56 16
Binary 110011 10011 10111 0 111111 110111 1010000 101100000 101110 1110

Color Harmonies of #331317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331317

Black with #331317

Text Example


Text Example

White with #331317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331317; }

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

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

background-color css

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

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

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

border-color css

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

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

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