Html Css Color HEX #11070C Rustic Red

📋 copy color: '#11070C'

red 17 ◦ green 7 ◦ blue 12

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

Shades of Rustic Red #11070C

Tints of Rustic Red #11070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 19.44%

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

R = 47.22%
G = 19.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#11070C (or 0x11070C) is known color: Rustic Red. HEX triplet: 11, 07 and 0C. RGB value is (17,7,12). Sum of RGB (Red+Green+Blue) = 17+7+12=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #11070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11070C is #EEF8F3. Grayscale: #0A0A0A. Windows color (decimal): -15661300 or 788241. OLE color: 788241.

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

Color convert

RGB 17 7 12 -
CMYK 0 0.59 0.29 0.93
HSL 330º 0.42% 0.05% -
HSV(B) 330º 0.59% 0.07% -
XYZ 0.37 0.3 0.39 -
YUV 10.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 17 7 12 0 0.59 0.29 0.93 330 0.42 0.05
Hex 11 7 C 0 3B 1D 5D 14A 2A 5
Octal 21 7 14 0 73 35 135 512 52 5
Binary 10001 111 1100 0 111011 11101 1011101 101001010 101010 101

Color Harmonies of #11070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11070C

Black with #11070C

Text Example


Text Example

White with #11070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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