Html Css Color HEX #170B0C Rustic Red

📋 copy color: '#170B0C'

red 23 ◦ green 11 ◦ blue 12

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

Shades of Rustic Red #170B0C

Tints of Rustic Red #170B0C

RGB

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

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

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

R = 50%
G = 23.91%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#170B0C (or 0x170B0C) is known color: Rustic Red. HEX triplet: 17, 0B and 0C. RGB value is (23,11,12). Sum of RGB (Red+Green+Blue) = 23+11+12=46 (6% of max value = 765). Red value is 23 (9.38% from 255 or 50% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 23 - color contains mainly: red. Hex color #170B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B0C is #E8F4F3. Grayscale: #0E0E0E. Windows color (decimal): -15267060 or 789271. OLE color: 789271.

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

Color convert

RGB 23 11 12 -
CMYK 0 0.52 0.48 0.91
HSL 355º 0.35% 0.07% -
HSV(B) 355º 0.52% 0.09% -
XYZ 0.54 0.45 0.41 -
YUV 14.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 23 11 12 0 0.52 0.48 0.91 355 0.35 0.07
Hex 17 B C 0 34 30 5B 163 23 7
Octal 27 13 14 0 64 60 133 543 43 7
Binary 10111 1011 1100 0 110100 110000 1011011 101100011 100011 111

Color Harmonies of #170B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170B0C

Black with #170B0C

Text Example


Text Example

White with #170B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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