Html Css Color HEX #170F12 Rustic Red

📋 copy color: '#170F12'

red 23 ◦ green 15 ◦ blue 18

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

Shades of Rustic Red #170F12

Tints of Rustic Red #170F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 26.79%

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

R = 41.07%
G = 26.79%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#170F12 (or 0x170F12) is known color: Rustic Red. HEX triplet: 17, 0F and 12. RGB value is (23,15,18). Sum of RGB (Red+Green+Blue) = 23+15+18=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 23 - color contains mainly: red. Hex color #170F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F12 is #E8F0ED. Grayscale: #111111. Windows color (decimal): -15266030 or 1183511. OLE color: 1183511.

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

Color convert

RGB 23 15 18 -
CMYK 0 0.35 0.22 0.91
HSL 337.5º 0.21% 0.07% -
HSV(B) 337.5º 0.35% 0.09% -
XYZ 0.63 0.57 0.65 -
YUV 17.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 23 15 18 0 0.35 0.22 0.91 337.5 0.21 0.07
Hex 17 F 12 0 23 16 5B 152 15 7
Octal 27 17 22 0 43 26 133 522 25 7
Binary 10111 1111 10010 0 100011 10110 1011011 101010010 10101 111

Color Harmonies of #170F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170F12

Black with #170F12

Text Example


Text Example

White with #170F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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