Html Css Color HEX #17080D Rustic Red

📋 copy color: '#17080D'

red 23 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #17080D

Tints of Rustic Red #17080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.18%

 BLUE value IS 13 (5.47% from 255) = 29.55%

R = 52.27%
G = 18.18%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#17080D (or 0x17080D) is known color: Rustic Red. HEX triplet: 17, 08 and 0D. RGB value is (23,8,13). Sum of RGB (Red+Green+Blue) = 23+8+13=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #17080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17080D is #E8F7F2. Grayscale: #0D0D0D. Windows color (decimal): -15267827 or 854039. OLE color: 854039.

HSL color Cylindrical-coordinate representation of color #17080D: hue angle of 340º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17080D is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 8 13 -
CMYK 0 0.65 0.43 0.91
HSL 340º 0.48% 0.06% -
HSV(B) 340º 0.65% 0.09% -
XYZ 0.51 0.38 0.43 -
YUV 13.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 23 8 13 0 0.65 0.43 0.91 340 0.48 0.06
Hex 17 8 D 0 41 2B 5B 154 30 6
Octal 27 10 15 0 101 53 133 524 60 6
Binary 10111 1000 1101 0 1000001 101011 1011011 101010100 110000 110

Color Harmonies of #17080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17080D

Black with #17080D

Text Example


Text Example

White with #17080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17080D; }

 p { color: rgb(23,8,13); }

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

background-color css

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

 a { background-color: rgb(23,8,13); }

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

border-color css

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

 span { border-color: rgb(23,8,13); }

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