Html Css Color HEX #170A0C Rustic Red

📋 copy color: '#170A0C'

red 23 ◦ green 10 ◦ blue 12

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

Shades of Rustic Red #170A0C

Tints of Rustic Red #170A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 22.22%

 BLUE value IS 12 (5.08% from 255) = 26.67%

R = 51.11%
G = 22.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#170A0C (or 0x170A0C) is known color: Rustic Red. HEX triplet: 17, 0A and 0C. RGB value is (23,10,12). Sum of RGB (Red+Green+Blue) = 23+10+12=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #170A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A0C is #E8F5F3. Grayscale: #0E0E0E. Windows color (decimal): -15267316 or 789015. OLE color: 789015.

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

Color convert

RGB 23 10 12 -
CMYK 0 0.57 0.48 0.91
HSL 350.77º 0.39% 0.06% -
HSV(B) 350.77º 0.57% 0.09% -
XYZ 0.53 0.43 0.4 -
YUV 14.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 23 10 12 0 0.57 0.48 0.91 350.77 0.39 0.06
Hex 17 A C 0 39 30 5B 15F 27 6
Octal 27 12 14 0 71 60 133 537 47 6
Binary 10111 1010 1100 0 111001 110000 1011011 101011111 100111 110

Color Harmonies of #170A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170A0C

Black with #170A0C

Text Example


Text Example

White with #170A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,10,12); }

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

background-color css

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

 a { background-color: rgb(23,10,12); }

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

border-color css

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

 span { border-color: rgb(23,10,12); }

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