#140508

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

Shades of Rustic Red #140508

Tints of Rustic Red #140508

Color information

#140508 (or 0x140508) is unknown color: approx Rustic Red. HEX triplet: 14, 05 and 08. RGB value is (20,5,8). Sum of RGB (Red+Green+Blue) = 20+5+8=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #140508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140508 is #EBFAF7. Grayscale: #090909. Windows color (decimal): -15465208 or 525588. OLE color: 525588.

HSL color Cylindrical-coordinate representation of color #140508: hue angle of 348º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140508 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.92.

Color convert

RGB2058-
CMYK00.750.600.92
HSL348º60%4.9%-
HSV(B)348º75%7.84%-
XYZ0.390.270.26-
YUV9.83126.97135.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 60.61%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 8 (3.52% from 255) = 24.24%
R=60.61%
G=15.15%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal205800.750.600.92348604.9
Hex145804B3C5C15c3c5
Octal24510011374134534745
Binary101001011000010010111111001011100101011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140508; }

 p { color: rgb(20,5,8); }

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

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

 a { background-color: rgb(20,5,8); }

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

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

 span { border-color: rgb(20,5,8); }

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