Html Css Color HEX #11060C Rustic Red

📋 copy color: '#11060C'

red 17 ◦ green 6 ◦ blue 12

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

Shades of Rustic Red #11060C

Tints of Rustic Red #11060C

RGB

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

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

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

R = 48.57%
G = 17.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#11060C (or 0x11060C) is known color: Rustic Red. HEX triplet: 11, 06 and 0C. RGB value is (17,6,12). Sum of RGB (Red+Green+Blue) = 17+6+12=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #11060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11060C is #EEF9F3. Grayscale: #090909. Windows color (decimal): -15661556 or 787985. OLE color: 787985.

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

Color convert

RGB 17 6 12 -
CMYK 0 0.65 0.29 0.93
HSL 327.27º 0.48% 0.05% -
HSV(B) 327.27º 0.65% 0.07% -
XYZ 0.36 0.28 0.38 -
YUV 9.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 17 6 12 0 0.65 0.29 0.93 327.27 0.48 0.05
Hex 11 6 C 0 41 1D 5D 147 30 5
Octal 21 6 14 0 101 35 135 507 60 5
Binary 10001 110 1100 0 1000001 11101 1011101 101000111 110000 101

Color Harmonies of #11060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11060C

Black with #11060C

Text Example


Text Example

White with #11060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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