Html Css Color HEX #170D0F Rustic Red

📋 copy color: '#170D0F'

red 23 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #170D0F

Tints of Rustic Red #170D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 25.49%

 BLUE value IS 15 (6.25% from 255) = 29.41%

R = 45.1%
G = 25.49%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.91

RGB Variations

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

Color information

#170D0F (or 0x170D0F) is known color: Rustic Red. HEX triplet: 17, 0D and 0F. RGB value is (23,13,15). Sum of RGB (Red+Green+Blue) = 23+13+15=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 23 - color contains mainly: red. Hex color #170D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D0F is #E8F2F0. Grayscale: #101010. Windows color (decimal): -15266545 or 986391. OLE color: 986391.

HSL color Cylindrical-coordinate representation of color #170D0F: hue angle of 348º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #170D0F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 13 15 -
CMYK 0 0.43 0.35 0.91
HSL 348º 0.28% 0.07% -
HSV(B) 348º 0.43% 0.09% -
XYZ 0.58 0.5 0.52 -
YUV 16.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 23 13 15 0 0.43 0.35 0.91 348 0.28 0.07
Hex 17 D F 0 2B 23 5B 15C 1C 7
Octal 27 15 17 0 53 43 133 534 34 7
Binary 10111 1101 1111 0 101011 100011 1011011 101011100 11100 111

Color Harmonies of #170D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170D0F

Black with #170D0F

Text Example


Text Example

White with #170D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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