Html Css Color HEX #171213 Rustic Red

📋 copy color: '#171213'

red 23 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #171213

Tints of Rustic Red #171213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30%

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

R = 38.33%
G = 30%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#171213 (or 0x171213) is known color: Rustic Red. HEX triplet: 17, 12 and 13. RGB value is (23,18,19). Sum of RGB (Red+Green+Blue) = 23+18+19=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 23 - color contains mainly: red. Hex color #171213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171213 is #E8EDEC. Grayscale: #131313. Windows color (decimal): -15265261 or 1249815. OLE color: 1249815.

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

Color convert

RGB 23 18 19 -
CMYK 0 0.22 0.17 0.91
HSL 348º 0.12% 0.08% -
HSV(B) 348º 0.22% 0.09% -
XYZ 0.69 0.66 0.71 -
YUV 19.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 23 18 19 0 0.22 0.17 0.91 348 0.12 0.08
Hex 17 12 13 0 16 11 5B 15C C 8
Octal 27 22 23 0 26 21 133 534 14 10
Binary 10111 10010 10011 0 10110 10001 1011011 101011100 1100 1000

Color Harmonies of #171213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171213

Black with #171213

Text Example


Text Example

White with #171213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171213; }

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

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

background-color css

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

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

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

border-color css

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

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

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