Html Css Color HEX #0A0809 Rustic Red

📋 copy color: '#0A0809'

red 10 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #0A0809

Tints of Rustic Red #0A0809

RGB

 RED value IS 10 (4.3% from 255) = 37.04%

 GREEN value IS 8 (3.52% from 255) = 29.63%

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

R = 37.04%
G = 29.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.10

 K value IS 0.96

RGB Variations

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

Color information

#0A0809 (or 0x0A0809) is known color: Rustic Red. HEX triplet: 0A, 08 and 09. RGB value is (10,8,9). Sum of RGB (Red+Green+Blue) = 10+8+9=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0809 is #F5F7F6. Grayscale: #080808. Windows color (decimal): -16119799 or 591882. OLE color: 591882.

HSL color Cylindrical-coordinate representation of color #0A0809: hue angle of 330º degrees, saturation: 0.11, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0A0809 is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 8 9 -
CMYK 0 0.2 0.10 0.96
HSL 330º 0.11% 0.04% -
HSV(B) 330º 0.2% 0.04% -
XYZ 0.26 0.26 0.29 -
YUV 8.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 10 8 9 0 0.2 0.10 0.96 330 0.11 0.04
Hex A 8 9 0 14 A 60 14A B 4
Octal 12 10 11 0 24 12 140 512 13 4
Binary 1010 1000 1001 0 10100 1010 1100000 101001010 1011 100

Color Harmonies of #0A0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0809

Black with #0A0809

Text Example


Text Example

White with #0A0809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0809; }

 p { color: rgb(10,8,9); }

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

background-color css

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

 a { background-color: rgb(10,8,9); }

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

border-color css

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

 span { border-color: rgb(10,8,9); }

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