Html Css Color HEX #110008 Rustic Red

📋 copy color: '#110008'

red 17 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #110008

Tints of Rustic Red #110008

RGB

 RED value IS 17 (7.03% from 255) = 68%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 8 (3.52% from 255) = 32%

R = 68%
G = 0%
B = 32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#110008 (or 0x110008) is known color: Rustic Red. HEX triplet: 11, 00 and 08. RGB value is (17,0,8). Sum of RGB (Red+Green+Blue) = 17+0+8=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110008 is #EEFFF7. Grayscale: #050505. Windows color (decimal): -15663096 or 524305. OLE color: 524305.

HSL color Cylindrical-coordinate representation of color #110008: hue angle of 331.76º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110008 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 0 8 -
CMYK 0 1 0.53 0.93
HSL 331.76º 1% 0.03% -
HSV(B) 331.76º 1% 0.07% -
XYZ 0.27 0.14 0.24 -
YUV 6 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 17 0 8 0 1 0.53 0.93 331.76 1 0.03
Hex 11 0 8 0 64 35 5D 14C 64 3
Octal 21 0 10 0 144 65 135 514 144 3
Binary 10001 0 1000 0 1100100 110101 1011101 101001100 1100100 11

Color Harmonies of #110008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110008

Black with #110008

Text Example


Text Example

White with #110008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110008; }

 p { color: rgb(17,0,8); }

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

background-color css

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

 a { background-color: rgb(17,0,8); }

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

border-color css

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

 span { border-color: rgb(17,0,8); }

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