Html Css Color HEX #11040A Rustic Red

📋 copy color: '#11040A'

red 17 ◦ green 4 ◦ blue 10

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

Shades of Rustic Red #11040A

Tints of Rustic Red #11040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 12.9%

 BLUE value IS 10 (4.3% from 255) = 32.26%

R = 54.84%
G = 12.9%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#11040A (or 0x11040A) is known color: Rustic Red. HEX triplet: 11, 04 and 0A. RGB value is (17,4,10). Sum of RGB (Red+Green+Blue) = 17+4+10=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #11040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11040A is #EEFBF5. Grayscale: #080808. Windows color (decimal): -15662070 or 656401. OLE color: 656401.

HSL color Cylindrical-coordinate representation of color #11040A: hue angle of 332.31º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11040A is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 4 10 -
CMYK 0 0.76 0.41 0.93
HSL 332.31º 0.62% 0.04% -
HSV(B) 332.31º 0.76% 0.07% -
XYZ 0.33 0.23 0.31 -
YUV 8.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 17 4 10 0 0.76 0.41 0.93 332.31 0.62 0.04
Hex 11 4 A 0 4C 29 5D 14C 3E 4
Octal 21 4 12 0 114 51 135 514 76 4
Binary 10001 100 1010 0 1001100 101001 1011101 101001100 111110 100

Color Harmonies of #11040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11040A

Black with #11040A

Text Example


Text Example

White with #11040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11040A; }

 p { color: rgb(17,4,10); }

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

background-color css

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

 a { background-color: rgb(17,4,10); }

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

border-color css

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

 span { border-color: rgb(17,4,10); }

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