Html Css Color HEX #100609 Rustic Red

📋 copy color: '#100609'

red 16 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #100609

Tints of Rustic Red #100609

RGB

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

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

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

R = 51.61%
G = 19.35%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.94

RGB Variations

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

Color information

#100609 (or 0x100609) is known color: Rustic Red. HEX triplet: 10, 06 and 09. RGB value is (16,6,9). Sum of RGB (Red+Green+Blue) = 16+6+9=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 6 (2.73% from 255 or 19.35% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #100609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100609 is #EFF9F6. Grayscale: #090909. Windows color (decimal): -15727095 or 591376. OLE color: 591376.

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

Color convert

RGB 16 6 9 -
CMYK 0 0.62 0.44 0.94
HSL 342º 0.45% 0.04% -
HSV(B) 342º 0.63% 0.06% -
XYZ 0.33 0.26 0.29 -
YUV 9.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 16 6 9 0 0.62 0.44 0.94 342 0.45 0.04
Hex 10 6 9 0 3E 2C 5E 156 2D 4
Octal 20 6 11 0 76 54 136 526 55 4
Binary 10000 110 1001 0 111110 101100 1011110 101010110 101101 100

Color Harmonies of #100609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100609

Black with #100609

Text Example


Text Example

White with #100609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100609; }

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

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

background-color css

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

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

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

border-color css

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

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

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