Html Css Color HEX #100509 Rustic Red

📋 copy color: '#100509'

red 16 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #100509

Tints of Rustic Red #100509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 16.67%

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

R = 53.33%
G = 16.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.94

RGB Variations

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

Color information

#100509 (or 0x100509) is known color: Rustic Red. HEX triplet: 10, 05 and 09. RGB value is (16,5,9). Sum of RGB (Red+Green+Blue) = 16+5+9=30 (3% of max value = 765). Red value is 16 (6.64% from 255 or 53.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 16 - color contains mainly: red. Hex color #100509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100509 is #EFFAF6. Grayscale: #080808. Windows color (decimal): -15727351 or 591120. OLE color: 591120.

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

Color convert

RGB 16 5 9 -
CMYK 0 0.69 0.44 0.94
HSL 338.18º 0.52% 0.04% -
HSV(B) 338.18º 0.69% 0.06% -
XYZ 0.32 0.24 0.29 -
YUV 8.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 16 5 9 0 0.69 0.44 0.94 338.18 0.52 0.04
Hex 10 5 9 0 45 2C 5E 152 34 4
Octal 20 5 11 0 105 54 136 522 64 4
Binary 10000 101 1001 0 1000101 101100 1011110 101010010 110100 100

Color Harmonies of #100509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100509

Black with #100509

Text Example


Text Example

White with #100509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100509; }

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

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

background-color css

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

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

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

border-color css

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

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

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