Html Css Color HEX #17080C Rustic Red

📋 copy color: '#17080C'

red 23 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #17080C

Tints of Rustic Red #17080C

RGB

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

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

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

R = 53.49%
G = 18.6%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#17080C (or 0x17080C) is known color: Rustic Red. HEX triplet: 17, 08 and 0C. RGB value is (23,8,12). Sum of RGB (Red+Green+Blue) = 23+8+12=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #17080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17080C is #E8F7F3. Grayscale: #0C0C0C. Windows color (decimal): -15267828 or 788503. OLE color: 788503.

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

Color convert

RGB 23 8 12 -
CMYK 0 0.65 0.48 0.91
HSL 344º 0.48% 0.06% -
HSV(B) 344º 0.65% 0.09% -
XYZ 0.51 0.38 0.39 -
YUV 12.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 23 8 12 0 0.65 0.48 0.91 344 0.48 0.06
Hex 17 8 C 0 41 30 5B 158 30 6
Octal 27 10 14 0 101 60 133 530 60 6
Binary 10111 1000 1100 0 1000001 110000 1011011 101011000 110000 110

Color Harmonies of #17080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17080C

Black with #17080C

Text Example


Text Example

White with #17080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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