Html Css Color HEX #140003 Rustic Red

📋 copy color: '#140003'

red 20 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #140003

Tints of Rustic Red #140003

RGB

 RED value IS 20 (8.2% from 255) = 86.96%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 13.04%

R = 86.96%
G = 0%
B = 13.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.92

RGB Variations

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

Color information

#140003 (or 0x140003) is known color: Rustic Red. HEX triplet: 14, 00 and 03. RGB value is (20,0,3). Sum of RGB (Red+Green+Blue) = 20+0+3=23 (3% of max value = 765). Red value is 20 (8.20% from 255 or 86.96% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 20 - color contains mainly: red. Hex color #140003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140003 is #EBFFFC. Grayscale: #060606. Windows color (decimal): -15466493 or 196628. OLE color: 196628.

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

Color convert

RGB 20 0 3 -
CMYK 0 1 0.85 0.92
HSL 351º 1% 0.04% -
HSV(B) 351º 1% 0.08% -
XYZ 0.3 0.16 0.1 -
YUV 6.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 20 0 3 0 1 0.85 0.92 351 1 0.04
Hex 14 0 3 0 64 55 5C 15F 64 4
Octal 24 0 3 0 144 125 134 537 144 4
Binary 10100 0 11 0 1100100 1010101 1011100 101011111 1100100 100

Color Harmonies of #140003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140003

Black with #140003

Text Example


Text Example

White with #140003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140003; }

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

 H1.HeaderClassName
 {
   color: #140003;
 }
 .AnyTagClassName
 {
   color: #140003;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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