#40061A

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

Shades of Rustic Red #40061A

Tints of Rustic Red #40061A

Color information

#40061A (or 0x40061A) is unknown color: approx Rustic Red. HEX triplet: 40, 06 and 1A. RGB value is (64,6,26). Sum of RGB (Red+Green+Blue) = 64+6+26=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40061A is #BFF9E5. Grayscale: #191919. Windows color (decimal): -12581350 or 1705536. OLE color: 1705536.

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

Color convert

RGB64626-
CMYK00.910.590.75
HSL339.31º82.86%13.73%-
HSV(B)339.31º90.62%25.1%-
XYZ2.371.291.1-
YUV25.62128.22155.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=66.67%
G=6.25%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6462600.910.590.75339.3182.8613.73
Hex4061A05B3B4B15353e
Octal10063201337311352312316
Binary10000001101101001011011111011100101110101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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