Html Css Color HEX #171012 Rustic Red

📋 copy color: '#171012'

red 23 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #171012

Tints of Rustic Red #171012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 31.58%

R = 40.35%
G = 28.07%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#171012 (or 0x171012) is known color: Rustic Red. HEX triplet: 17, 10 and 12. RGB value is (23,16,18). Sum of RGB (Red+Green+Blue) = 23+16+18=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 23 - color contains mainly: red. Hex color #171012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171012 is #E8EFED. Grayscale: #121212. Windows color (decimal): -15265774 or 1183767. OLE color: 1183767.

HSL color Cylindrical-coordinate representation of color #171012: hue angle of 342.86º 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 #171012 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 16 18 -
CMYK 0 0.30 0.22 0.91
HSL 342.86º 0.18% 0.08% -
HSV(B) 342.86º 0.3% 0.09% -
XYZ 0.65 0.6 0.65 -
YUV 18.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 23 16 18 0 0.30 0.22 0.91 342.86 0.18 0.08
Hex 17 10 12 0 1E 16 5B 157 12 8
Octal 27 20 22 0 36 26 133 527 22 10
Binary 10111 10000 10010 0 11110 10110 1011011 101010111 10010 1000

Color Harmonies of #171012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171012

Black with #171012

Text Example


Text Example

White with #171012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171012; }

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

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

background-color css

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

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

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

border-color css

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

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

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