Html Css Color HEX #170C0F Rustic Red

📋 copy color: '#170C0F'

red 23 ◦ green 12 ◦ blue 15

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

Shades of Rustic Red #170C0F

Tints of Rustic Red #170C0F

RGB

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

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

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

R = 46%
G = 24%
B = 30%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.91

RGB Variations

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

Color information

#170C0F (or 0x170C0F) is known color: Rustic Red. HEX triplet: 17, 0C and 0F. RGB value is (23,12,15). Sum of RGB (Red+Green+Blue) = 23+12+15=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C0F is #E8F3F0. Grayscale: #0F0F0F. Windows color (decimal): -15266801 or 986135. OLE color: 986135.

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

Color convert

RGB 23 12 15 -
CMYK 0 0.48 0.35 0.91
HSL 343.64º 0.31% 0.07% -
HSV(B) 343.64º 0.48% 0.09% -
XYZ 0.57 0.48 0.51 -
YUV 15.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 23 12 15 0 0.48 0.35 0.91 343.64 0.31 0.07
Hex 17 C F 0 30 23 5B 158 1F 7
Octal 27 14 17 0 60 43 133 530 37 7
Binary 10111 1100 1111 0 110000 100011 1011011 101011000 11111 111

Color Harmonies of #170C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C0F

Black with #170C0F

Text Example


Text Example

White with #170C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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