Html Css Color HEX #17080A Rustic Red

📋 copy color: '#17080A'

red 23 ◦ green 8 ◦ blue 10

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

Shades of Rustic Red #17080A

Tints of Rustic Red #17080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 19.51%

 BLUE value IS 10 (4.3% from 255) = 24.39%

R = 56.1%
G = 19.51%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#17080A (or 0x17080A) is known color: Rustic Red. HEX triplet: 17, 08 and 0A. RGB value is (23,8,10). Sum of RGB (Red+Green+Blue) = 23+8+10=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #17080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17080A is #E8F7F5. Grayscale: #0C0C0C. Windows color (decimal): -15267830 or 657431. OLE color: 657431.

HSL color Cylindrical-coordinate representation of color #17080A: hue angle of 352º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17080A is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 8 10 -
CMYK 0 0.65 0.57 0.91
HSL 352º 0.48% 0.06% -
HSV(B) 352º 0.65% 0.09% -
XYZ 0.49 0.38 0.33 -
YUV 12.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 23 8 10 0 0.65 0.57 0.91 352 0.48 0.06
Hex 17 8 A 0 41 39 5B 160 30 6
Octal 27 10 12 0 101 71 133 540 60 6
Binary 10111 1000 1010 0 1000001 111001 1011011 101100000 110000 110

Color Harmonies of #17080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17080A

Black with #17080A

Text Example


Text Example

White with #17080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17080A; }

 p { color: rgb(23,8,10); }

 H1.HeaderClassName
 {
   color: #17080A;
 }
 .AnyTagClassName
 {
   color: #17080A;
 }
</style>

background-color css

<style>
 a { background-color: #17080A; }

 a { background-color: rgb(23,8,10); }

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

border-color css

<style>
 span { border-color: #17080A; }

 span { border-color: rgb(23,8,10); }

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