Html Css Color HEX #140203 Rustic Red

📋 copy color: '#140203'

red 20 ◦ green 2 ◦ blue 3

#140203
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #140203

Tints of Rustic Red #140203

RGB

 RED value IS 20 (8.2% 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 value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#140203 (or 0x140203) is known color: 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

RGB 20 2 3 -
CMYK 0 0.90 0.85 0.92
HSL 356.67º 0.82% 0.04% -
HSV(B) 356.67º 0.9% 0.08% -
XYZ 0.33 0.2 0.11 -
YUV 7.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 20 2 3 0 0.90 0.85 0.92 356.67 0.82 0.04
Hex 14 2 3 0 5A 55 5C 165 52 4
Octal 24 2 3 0 132 125 134 545 122 4
Binary 10100 10 11 0 1011010 1010101 1011100 101100101 1010010 100

Color Harmonies of #140203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140203

Black with #140203

Text Example


Text Example

White with #140203

Text Example


Text Example

HTML Codes & Css Web 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>