Html Css Color HEX #0E0809 Rustic Red

📋 copy color: '#0E0809'

red 14 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #0E0809

Tints of Rustic Red #0E0809

RGB

 RED value IS 14 (5.86% from 255) = 45.16%

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

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

R = 45.16%
G = 25.81%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.95

RGB Variations

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

Color information

#0E0809 (or 0x0E0809) is known color: Rustic Red. HEX triplet: 0E, 08 and 09. RGB value is (14,8,9). Sum of RGB (Red+Green+Blue) = 14+8+9=31 (4% of max value = 765). Red value is 14 (5.86% from 255 or 45.16% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0809 is #F1F7F6. Grayscale: #090909. Windows color (decimal): -15857655 or 591886. OLE color: 591886.

HSL color Cylindrical-coordinate representation of color #0E0809: hue angle of 350º degrees, saturation: 0.27, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0E0809 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.95.

Color convert

RGB 14 8 9 -
CMYK 0 0.43 0.36 0.95
HSL 350º 0.27% 0.04% -
HSV(B) 350º 0.43% 0.05% -
XYZ 0.32 0.29 0.3 -
YUV 9.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 14 8 9 0 0.43 0.36 0.95 350 0.27 0.04
Hex E 8 9 0 2B 24 5F 15E 1B 4
Octal 16 10 11 0 53 44 137 536 33 4
Binary 1110 1000 1001 0 101011 100100 1011111 101011110 11011 100

Color Harmonies of #0E0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0809

Black with #0E0809

Text Example


Text Example

White with #0E0809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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