#140305

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

Shades of Rustic Red #140305

Tints of Rustic Red #140305

Color information

#140305 (or 0x140305) is unknown color: approx Rustic Red. HEX triplet: 14, 03 and 05. RGB value is (20,3,5). Sum of RGB (Red+Green+Blue) = 20+3+5=28 (3% of max value = 765). Red value is 20 (8.20% from 255 or 71.43% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 20 - color contains mainly: red. Hex color #140305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140305 is #EBFCFA. Grayscale: #080808. Windows color (decimal): -15465723 or 328468. OLE color: 328468.

HSL color Cylindrical-coordinate representation of color #140305: hue angle of 352.94º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140305 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB2035-
CMYK00.850.750.92
HSL352.94º73.91%4.51%-
HSV(B)352.94º85%7.84%-
XYZ0.350.220.17-
YUV8.31126.13136.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 71.43%
GREEN value IS 3 (1.56% from 255) = 10.71%
BLUE value IS 5 (2.34% from 255) = 17.86%
R=71.43%
G=10.71%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal203500.850.750.92352.9473.914.51
Hex14350554B5C1614a5
Octal243501251131345411125
Binary101001110101010101100101110111001011000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140305; }

 p { color: rgb(20,3,5); }

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

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

 a { background-color: rgb(20,3,5); }

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

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

 span { border-color: rgb(20,3,5); }

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