Html Css Color HEX #170D12 Rustic Red

📋 copy color: '#170D12'

red 23 ◦ green 13 ◦ blue 18

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

Shades of Rustic Red #170D12

Tints of Rustic Red #170D12

RGB

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

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

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

R = 42.59%
G = 24.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#170D12 (or 0x170D12) is known color: Rustic Red. HEX triplet: 17, 0D and 12. RGB value is (23,13,18). Sum of RGB (Red+Green+Blue) = 23+13+18=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 23 - color contains mainly: red. Hex color #170D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D12 is #E8F2ED. Grayscale: #101010. Windows color (decimal): -15266542 or 1182999. OLE color: 1182999.

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

Color convert

RGB 23 13 18 -
CMYK 0 0.43 0.22 0.91
HSL 330º 0.28% 0.07% -
HSV(B) 330º 0.43% 0.09% -
XYZ 0.61 0.51 0.64 -
YUV 16.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 23 13 18 0 0.43 0.22 0.91 330 0.28 0.07
Hex 17 D 12 0 2B 16 5B 14A 1C 7
Octal 27 15 22 0 53 26 133 512 34 7
Binary 10111 1101 10010 0 101011 10110 1011011 101001010 11100 111

Color Harmonies of #170D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170D12

Black with #170D12

Text Example


Text Example

White with #170D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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