Html Css Color HEX #100409 Rustic Red

📋 copy color: '#100409'

red 16 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #100409

Tints of Rustic Red #100409

RGB

 RED value IS 16 (6.64% from 255) = 55.17%

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

 BLUE value IS 9 (3.91% from 255) = 31.03%

R = 55.17%
G = 13.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.94

RGB Variations

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

Color information

#100409 (or 0x100409) is known color: Rustic Red. HEX triplet: 10, 04 and 09. RGB value is (16,4,9). Sum of RGB (Red+Green+Blue) = 16+4+9=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #100409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100409 is #EFFBF6. Grayscale: #080808. Windows color (decimal): -15727607 or 590864. OLE color: 590864.

HSL color Cylindrical-coordinate representation of color #100409: hue angle of 335º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100409 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.94.

Color convert

RGB 16 4 9 -
CMYK 0 0.75 0.44 0.94
HSL 335º 0.6% 0.04% -
HSV(B) 335º 0.75% 0.06% -
XYZ 0.31 0.22 0.28 -
YUV 8.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 16 4 9 0 0.75 0.44 0.94 335 0.6 0.04
Hex 10 4 9 0 4B 2C 5E 14F 3C 4
Octal 20 4 11 0 113 54 136 517 74 4
Binary 10000 100 1001 0 1001011 101100 1011110 101001111 111100 100

Color Harmonies of #100409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100409

Black with #100409

Text Example


Text Example

White with #100409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100409; }

 p { color: rgb(16,4,9); }

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

background-color css

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

 a { background-color: rgb(16,4,9); }

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

border-color css

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

 span { border-color: rgb(16,4,9); }

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