Html Css Color HEX #17010C Rustic Red

📋 copy color: '#17010C'

red 23 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #17010C

Tints of Rustic Red #17010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.78%

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

R = 63.89%
G = 2.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#17010C (or 0x17010C) is known color: Rustic Red. HEX triplet: 17, 01 and 0C. RGB value is (23,1,12). Sum of RGB (Red+Green+Blue) = 23+1+12=36 (4% of max value = 765). Red value is 23 (9.38% from 255 or 63.89% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 23 - color contains mainly: red. Hex color #17010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17010C is #E8FEF3. Grayscale: #080808. Windows color (decimal): -15269620 or 786711. OLE color: 786711.

HSL color Cylindrical-coordinate representation of color #17010C: hue angle of 330º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17010C is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 1 12 -
CMYK 0 0.96 0.48 0.91
HSL 330º 0.92% 0.05% -
HSV(B) 330º 0.96% 0.09% -
XYZ 0.43 0.23 0.37 -
YUV 8.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 23 1 12 0 0.96 0.48 0.91 330 0.92 0.05
Hex 17 1 C 0 60 30 5B 14A 5C 5
Octal 27 1 14 0 140 60 133 512 134 5
Binary 10111 1 1100 0 1100000 110000 1011011 101001010 1011100 101

Color Harmonies of #17010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17010C

Black with #17010C

Text Example


Text Example

White with #17010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17010C; }

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

 H1.HeaderClassName
 {
   color: #17010C;
 }
 .AnyTagClassName
 {
   color: #17010C;
 }
</style>

background-color css

<style>
 a { background-color: #17010C; }

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

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

border-color css

<style>
 span { border-color: #17010C; }

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

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