Html Css Color HEX #170B10 Rustic Red

📋 copy color: '#170B10'

red 23 ◦ green 11 ◦ blue 16

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

Shades of Rustic Red #170B10

Tints of Rustic Red #170B10

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22%

 BLUE value IS 16 (6.64% from 255) = 32%

R = 46%
G = 22%
B = 32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#170B10 (or 0x170B10) is known color: Rustic Red. HEX triplet: 17, 0B and 10. RGB value is (23,11,16). Sum of RGB (Red+Green+Blue) = 23+11+16=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B10 is #E8F4EF. Grayscale: #0F0F0F. Windows color (decimal): -15267056 or 1051415. OLE color: 1051415.

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

Color convert

RGB 23 11 16 -
CMYK 0 0.52 0.30 0.91
HSL 335º 0.35% 0.07% -
HSV(B) 335º 0.52% 0.09% -
XYZ 0.57 0.46 0.55 -
YUV 15.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 23 11 16 0 0.52 0.30 0.91 335 0.35 0.07
Hex 17 B 10 0 34 1E 5B 14F 23 7
Octal 27 13 20 0 64 36 133 517 43 7
Binary 10111 1011 10000 0 110100 11110 1011011 101001111 100011 111

Color Harmonies of #170B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170B10

Black with #170B10

Text Example


Text Example

White with #170B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,11,16); }

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

background-color css

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

 a { background-color: rgb(23,11,16); }

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

border-color css

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

 span { border-color: rgb(23,11,16); }

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