#40121A

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

Shades of Rustic Red #40121A

Tints of Rustic Red #40121A

Color information

#40121A (or 0x40121A) is unknown color: approx Rustic Red. HEX triplet: 40, 12 and 1A. RGB value is (64,18,26). Sum of RGB (Red+Green+Blue) = 64+18+26=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #40121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40121A is #BFEDE5. Grayscale: #202020. Windows color (decimal): -12578278 or 1708608. OLE color: 1708608.

HSL color Cylindrical-coordinate representation of color #40121A: hue angle of 349.57º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40121A is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB641826-
CMYK00.720.590.75
HSL349.57º56.1%16.08%-
HSV(B)349.57º71.88%25.1%-
XYZ2.521.61.15-
YUV32.67124.24150.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=59.26%
G=16.67%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64182600.720.590.75349.5756.116.08
Hex40121A0483B4B15e3810
Octal10022320110731135367020
Binary1000000100101101001001000111011100101110101111011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40121A; }

 p { color: rgb(64,18,26); }

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

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

 a { background-color: rgb(64,18,26); }

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

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

 span { border-color: rgb(64,18,26); }

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