Html Css Color HEX #17010B Rustic Red

📋 copy color: '#17010B'

red 23 ◦ green 1 ◦ blue 11

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

Shades of Rustic Red #17010B

Tints of Rustic Red #17010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 31.43%

R = 65.71%
G = 2.86%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#17010B (or 0x17010B) is known color: Rustic Red. HEX triplet: 17, 01 and 0B. RGB value is (23,1,11). Sum of RGB (Red+Green+Blue) = 23+1+11=35 (4% of max value = 765). Red value is 23 (9.38% from 255 or 65.71% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 23 - color contains mainly: red. Hex color #17010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17010B is #E8FEF4. Grayscale: #080808. Windows color (decimal): -15269621 or 721175. OLE color: 721175.

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

Color convert

RGB 23 1 11 -
CMYK 0 0.96 0.52 0.91
HSL 332.73º 0.92% 0.05% -
HSV(B) 332.73º 0.96% 0.09% -
XYZ 0.42 0.23 0.34 -
YUV 8.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 23 1 11 0 0.96 0.52 0.91 332.73 0.92 0.05
Hex 17 1 B 0 60 34 5B 14D 5C 5
Octal 27 1 13 0 140 64 133 515 134 5
Binary 10111 1 1011 0 1100000 110100 1011011 101001101 1011100 101

Color Harmonies of #17010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17010B

Black with #17010B

Text Example


Text Example

White with #17010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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