#140306

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

Shades of Rustic Red #140306

Tints of Rustic Red #140306

Color information

#140306 (or 0x140306) is unknown color: approx Rustic Red. HEX triplet: 14, 03 and 06. RGB value is (20,3,6). Sum of RGB (Red+Green+Blue) = 20+3+6=29 (3% of max value = 765). Red value is 20 (8.20% from 255 or 68.97% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 20 - color contains mainly: red. Hex color #140306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140306 is #EBFCF9. Grayscale: #080808. Windows color (decimal): -15465722 or 394004. OLE color: 394004.

HSL color Cylindrical-coordinate representation of color #140306: hue angle of 349.41º 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 #140306 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB2036-
CMYK00.850.700.92
HSL349.41º73.91%4.51%-
HSV(B)349.41º85%7.84%-
XYZ0.350.230.2-
YUV8.42126.63136.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 68.97%
GREEN value IS 3 (1.56% from 255) = 10.34%
BLUE value IS 6 (2.73% from 255) = 20.69%
R=68.97%
G=10.34%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal203600.850.700.92349.4173.914.51
Hex1436055465C15d4a5
Octal243601251061345351125
Binary101001111001010101100011010111001010111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140306; }

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

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

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

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

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

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

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

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