#140A0B

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

Shades of Rustic Red #140A0B

Tints of Rustic Red #140A0B

Color information

#140A0B (or 0x140A0B) is unknown color: approx Rustic Red. HEX triplet: 14, 0A and 0B. RGB value is (20,10,11). Sum of RGB (Red+Green+Blue) = 20+10+11=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A0B is #EBF5F4. Grayscale: #0D0D0D. Windows color (decimal): -15463925 or 723476. OLE color: 723476.

HSL color Cylindrical-coordinate representation of color #140A0B: hue angle of 354º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140A0B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB201011-
CMYK00.500.450.92
HSL354º33.33%5.88%-
HSV(B)354º50%7.84%-
XYZ0.460.390.37-
YUV13.1126.81132.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 11 (4.69% from 255) = 26.83%
R=48.78%
G=24.39%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20101100.500.450.9235433.335.88
Hex14AB0322D5C162216
Octal24121306255134542416
Binary101001010101101100101011011011100101100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140A0B; }

 p { color: rgb(20,10,11); }

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

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

 a { background-color: rgb(20,10,11); }

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

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

 span { border-color: rgb(20,10,11); }

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