#140203

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

Shades of Rustic Red #140203

Tints of Rustic Red #140203

Color information

#140203 (or 0x140203) is unknown color: approx Rustic Red. HEX triplet: 14, 02 and 03. RGB value is (20,2,3). Sum of RGB (Red+Green+Blue) = 20+2+3=25 (3% of max value = 765). Red value is 20 (8.20% from 255 or 80% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 20 - color contains mainly: red. Hex color #140203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140203 is #EBFDFC. Grayscale: #070707. Windows color (decimal): -15465981 or 197140. OLE color: 197140.

HSL color Cylindrical-coordinate representation of color #140203: hue angle of 356.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140203 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.92.

Color convert

RGB2023-
CMYK00.900.850.92
HSL356.67º81.82%4.31%-
HSV(B)356.67º90%7.84%-
XYZ0.330.20.11-
YUV7.5125.46136.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 80%
GREEN value IS 2 (1.17% from 255) = 8%
BLUE value IS 3 (1.56% from 255) = 12%
R=80%
G=8%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202300.900.850.92356.6781.824.31
Hex142305A555C165524
Octal242301321251345451224
Binary10100101101011010101010110111001011001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140203; }

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

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

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

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

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

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

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

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