#140307

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

Shades of Rustic Red #140307

Tints of Rustic Red #140307

Color information

#140307 (or 0x140307) is unknown color: approx Rustic Red. HEX triplet: 14, 03 and 07. RGB value is (20,3,7). Sum of RGB (Red+Green+Blue) = 20+3+7=30 (3% of max value = 765). Red value is 20 (8.20% from 255 or 66.67% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 20 - color contains mainly: red. Hex color #140307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140307 is #EBFCF8. Grayscale: #080808. Windows color (decimal): -15465721 or 459540. OLE color: 459540.

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

Color convert

RGB2037-
CMYK00.850.650.92
HSL345.88º73.91%4.51%-
HSV(B)345.88º85%7.84%-
XYZ0.360.230.23-
YUV8.54127.13136.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 7 (3.12% from 255) = 23.33%
R=66.67%
G=10%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal203700.850.650.92345.8873.914.51
Hex1437055415C15a4a5
Octal243701251011345321125
Binary101001111101010101100000110111001010110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140307; }

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

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

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

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

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

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

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

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