Html Css Color HEX #0E0106 Rustic Red

📋 copy color: '#0E0106'

red 14 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #0E0106

Tints of Rustic Red #0E0106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4.76%

 BLUE value IS 6 (2.73% from 255) = 28.57%

R = 66.67%
G = 4.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.95

RGB Variations

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

Color information

#0E0106 (or 0x0E0106) is known color: Rustic Red. HEX triplet: 0E, 01 and 06. RGB value is (14,1,6). Sum of RGB (Red+Green+Blue) = 14+1+6=21 (2% of max value = 765). Red value is 14 (5.86% from 255 or 66.67% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 6 (2.73% from 255 or 28.57% from 21); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0106 is #F1FEF9. Grayscale: #050505. Windows color (decimal): -15859450 or 393486. OLE color: 393486.

HSL color Cylindrical-coordinate representation of color #0E0106: hue angle of 336.92º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0106 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.95.

Color convert

RGB 14 1 6 -
CMYK 0 0.93 0.57 0.95
HSL 336.92º 0.87% 0.03% -
HSV(B) 336.92º 0.93% 0.05% -
XYZ 0.22 0.13 0.19 -
YUV 5.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 14 1 6 0 0.93 0.57 0.95 336.92 0.87 0.03
Hex E 1 6 0 5D 39 5F 151 57 3
Octal 16 1 6 0 135 71 137 521 127 3
Binary 1110 1 110 0 1011101 111001 1011111 101010001 1010111 11

Color Harmonies of #0E0106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0106

Black with #0E0106

Text Example


Text Example

White with #0E0106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,1,6); }

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

background-color css

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

 a { background-color: rgb(14,1,6); }

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

border-color css

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

 span { border-color: rgb(14,1,6); }

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