#0E0304

Color #0E0304 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #0E0304

Tints of Rustic Red #0E0304

Color information

#0E0304 (or 0x0E0304) is unknown color: approx Rustic Red. HEX triplet: 0E, 03 and 04. RGB value is (14,3,4). Sum of RGB (Red+Green+Blue) = 14+3+4=21 (2% of max value = 765). Red value is 14 (5.86% from 255 or 66.67% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0304 is #F1FCFB. Grayscale: #060606. Windows color (decimal): -15858940 or 262926. OLE color: 262926.

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

Color convert

RGB1434-
CMYK00.790.710.95
HSL354.55º64.71%3.33%-
HSV(B)354.55º78.57%5.49%-
XYZ0.240.170.13-
YUV6.4126.64133.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 14.29%
BLUE value IS 4 (1.95% from 255) = 19.05%
R=66.67%
G=14.29%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal143400.790.710.95354.5564.713.33
HexE3404F475F163413
Octal163401171071375431013
Binary1110111000100111110001111011111101100011100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,4); }

 H1.HeaderClassName
 {
   color: #0E0304;
 }
 .AnyTagClassName
 {
   color: #0E0304;
 }
</style>
background-color css

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

 a { background-color: rgb(14,3,4); }

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

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

 span { border-color: rgb(14,3,4); }

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