Html Css Color HEX #0E090A Rustic Red

📋 copy color: '#0E090A'

red 14 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #0E090A

Tints of Rustic Red #0E090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 27.27%

 BLUE value IS 10 (4.3% from 255) = 30.3%

R = 42.42%
G = 27.27%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.95

RGB Variations

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

Color information

#0E090A (or 0x0E090A) is known color: Rustic Red. HEX triplet: 0E, 09 and 0A. RGB value is (14,9,10). Sum of RGB (Red+Green+Blue) = 14+9+10=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 14 - color contains mainly: red. Hex color #0E090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E090A is #F1F6F5. Grayscale: #0A0A0A. Windows color (decimal): -15857398 or 657678. OLE color: 657678.

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

Color convert

RGB 14 9 10 -
CMYK 0 0.36 0.29 0.95
HSL 348º 0.22% 0.05% -
HSV(B) 348º 0.36% 0.05% -
XYZ 0.33 0.31 0.33 -
YUV 10.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 14 9 10 0 0.36 0.29 0.95 348 0.22 0.05
Hex E 9 A 0 24 1D 5F 15C 16 5
Octal 16 11 12 0 44 35 137 534 26 5
Binary 1110 1001 1010 0 100100 11101 1011111 101011100 10110 101

Color Harmonies of #0E090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E090A

Black with #0E090A

Text Example


Text Example

White with #0E090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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