Html Css Color HEX #170B0F Rustic Red

📋 copy color: '#170B0F'

red 23 ◦ green 11 ◦ blue 15

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

Shades of Rustic Red #170B0F

Tints of Rustic Red #170B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 30.61%

R = 46.94%
G = 22.45%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.91

RGB Variations

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

Color information

#170B0F (or 0x170B0F) is known color: Rustic Red. HEX triplet: 17, 0B and 0F. RGB value is (23,11,15). Sum of RGB (Red+Green+Blue) = 23+11+15=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #170B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B0F is #E8F4F0. Grayscale: #0F0F0F. Windows color (decimal): -15267057 or 985879. OLE color: 985879.

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

Color convert

RGB 23 11 15 -
CMYK 0 0.52 0.35 0.91
HSL 340º 0.35% 0.07% -
HSV(B) 340º 0.52% 0.09% -
XYZ 0.56 0.46 0.51 -
YUV 15.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 23 11 15 0 0.52 0.35 0.91 340 0.35 0.07
Hex 17 B F 0 34 23 5B 154 23 7
Octal 27 13 17 0 64 43 133 524 43 7
Binary 10111 1011 1111 0 110100 100011 1011011 101010100 100011 111

Color Harmonies of #170B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170B0F

Black with #170B0F

Text Example


Text Example

White with #170B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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