Html Css Color HEX #100309 Rustic Red

📋 copy color: '#100309'

red 16 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #100309

Tints of Rustic Red #100309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 10.71%

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

R = 57.14%
G = 10.71%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.94

RGB Variations

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

Color information

#100309 (or 0x100309) is known color: Rustic Red. HEX triplet: 10, 03 and 09. RGB value is (16,3,9). Sum of RGB (Red+Green+Blue) = 16+3+9=28 (3% of max value = 765). Red value is 16 (6.64% from 255 or 57.14% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 16 - color contains mainly: red. Hex color #100309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100309 is #EFFCF6. Grayscale: #070707. Windows color (decimal): -15727863 or 590608. OLE color: 590608.

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

Color convert

RGB 16 3 9 -
CMYK 0 0.81 0.44 0.94
HSL 332.31º 0.68% 0.04% -
HSV(B) 332.31º 0.81% 0.06% -
XYZ 0.3 0.2 0.28 -
YUV 7.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 16 3 9 0 0.81 0.44 0.94 332.31 0.68 0.04
Hex 10 3 9 0 51 2C 5E 14C 44 4
Octal 20 3 11 0 121 54 136 514 104 4
Binary 10000 11 1001 0 1010001 101100 1011110 101001100 1000100 100

Color Harmonies of #100309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100309

Black with #100309

Text Example


Text Example

White with #100309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100309; }

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

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

background-color css

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

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

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

border-color css

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

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

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