Html Css Color HEX #170C0D Rustic Red

📋 copy color: '#170C0D'

red 23 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #170C0D

Tints of Rustic Red #170C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 25%

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

R = 47.92%
G = 25%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#170C0D (or 0x170C0D) is known color: Rustic Red. HEX triplet: 17, 0C and 0D. RGB value is (23,12,13). Sum of RGB (Red+Green+Blue) = 23+12+13=48 (6% of max value = 765). Red value is 23 (9.38% from 255 or 47.92% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 23 - color contains mainly: red. Hex color #170C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C0D is #E8F3F2. Grayscale: #0F0F0F. Windows color (decimal): -15266803 or 855063. OLE color: 855063.

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

Color convert

RGB 23 12 13 -
CMYK 0 0.48 0.43 0.91
HSL 354.55º 0.31% 0.07% -
HSV(B) 354.55º 0.48% 0.09% -
XYZ 0.56 0.47 0.44 -
YUV 15.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 23 12 13 0 0.48 0.43 0.91 354.55 0.31 0.07
Hex 17 C D 0 30 2B 5B 163 1F 7
Octal 27 14 15 0 60 53 133 543 37 7
Binary 10111 1100 1101 0 110000 101011 1011011 101100011 11111 111

Color Harmonies of #170C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C0D

Black with #170C0D

Text Example


Text Example

White with #170C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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