Html Css Color HEX #110607 Rustic Red

📋 copy color: '#110607'

red 17 ◦ green 6 ◦ blue 7

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

Shades of Rustic Red #110607

Tints of Rustic Red #110607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 20%

 BLUE value IS 7 (3.13% from 255) = 23.33%

R = 56.67%
G = 20%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.93

RGB Variations

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

Color information

#110607 (or 0x110607) is known color: Rustic Red. HEX triplet: 11, 06 and 07. RGB value is (17,6,7). Sum of RGB (Red+Green+Blue) = 17+6+7=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110607 is #EEF9F8. Grayscale: #090909. Windows color (decimal): -15661561 or 460305. OLE color: 460305.

HSL color Cylindrical-coordinate representation of color #110607: hue angle of 354.55º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #110607 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 6 7 -
CMYK 0 0.65 0.59 0.93
HSL 354.55º 0.48% 0.05% -
HSV(B) 354.55º 0.65% 0.07% -
XYZ 0.33 0.26 0.23 -
YUV 9.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 17 6 7 0 0.65 0.59 0.93 354.55 0.48 0.05
Hex 11 6 7 0 41 3B 5D 163 30 5
Octal 21 6 7 0 101 73 135 543 60 5
Binary 10001 110 111 0 1000001 111011 1011101 101100011 110000 101

Color Harmonies of #110607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110607

Black with #110607

Text Example


Text Example

White with #110607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110607; }

 p { color: rgb(17,6,7); }

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

background-color css

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

 a { background-color: rgb(17,6,7); }

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

border-color css

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

 span { border-color: rgb(17,6,7); }

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