Html Css Color HEX #170B0D Rustic Red

📋 copy color: '#170B0D'

red 23 ◦ green 11 ◦ blue 13

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

Shades of Rustic Red #170B0D

Tints of Rustic Red #170B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 27.66%

R = 48.94%
G = 23.4%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#170B0D (or 0x170B0D) is known color: Rustic Red. HEX triplet: 17, 0B and 0D. RGB value is (23,11,13). Sum of RGB (Red+Green+Blue) = 23+11+13=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 23 - color contains mainly: red. Hex color #170B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B0D is #E8F4F2. Grayscale: #0E0E0E. Windows color (decimal): -15267059 or 854807. OLE color: 854807.

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

Color convert

RGB 23 11 13 -
CMYK 0 0.52 0.43 0.91
HSL 350º 0.35% 0.07% -
HSV(B) 350º 0.52% 0.09% -
XYZ 0.55 0.45 0.44 -
YUV 14.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 23 11 13 0 0.52 0.43 0.91 350 0.35 0.07
Hex 17 B D 0 34 2B 5B 15E 23 7
Octal 27 13 15 0 64 53 133 536 43 7
Binary 10111 1011 1101 0 110100 101011 1011011 101011110 100011 111

Color Harmonies of #170B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170B0D

Black with #170B0D

Text Example


Text Example

White with #170B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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