Html Css Color HEX #171013 Rustic Red

📋 copy color: '#171013'

red 23 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #171013

Tints of Rustic Red #171013

RGB

 RED value IS 23 (9.38% from 255) = 39.66%

 GREEN value IS 16 (6.64% from 255) = 27.59%

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

R = 39.66%
G = 27.59%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#171013 (or 0x171013) is known color: Rustic Red. HEX triplet: 17, 10 and 13. RGB value is (23,16,19). Sum of RGB (Red+Green+Blue) = 23+16+19=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 23 - color contains mainly: red. Hex color #171013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171013 is #E8EFEC. Grayscale: #121212. Windows color (decimal): -15265773 or 1249303. OLE color: 1249303.

HSL color Cylindrical-coordinate representation of color #171013: hue angle of 334.29º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #171013 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 16 19 -
CMYK 0 0.30 0.17 0.91
HSL 334.29º 0.18% 0.08% -
HSV(B) 334.29º 0.3% 0.09% -
XYZ 0.66 0.6 0.7 -
YUV 18.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 23 16 19 0 0.30 0.17 0.91 334.29 0.18 0.08
Hex 17 10 13 0 1E 11 5B 14E 12 8
Octal 27 20 23 0 36 21 133 516 22 10
Binary 10111 10000 10011 0 11110 10001 1011011 101001110 10010 1000

Color Harmonies of #171013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171013

Black with #171013

Text Example


Text Example

White with #171013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171013; }

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

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

background-color css

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

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

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

border-color css

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

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

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