#400C1A

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

Shades of Rustic Red #400C1A

Tints of Rustic Red #400C1A

Color information

#400C1A (or 0x400C1A) is unknown color: approx Rustic Red. HEX triplet: 40, 0C and 1A. RGB value is (64,12,26). Sum of RGB (Red+Green+Blue) = 64+12+26=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1A is #BFF3E5. Grayscale: #1D1D1D. Windows color (decimal): -12579814 or 1707072. OLE color: 1707072.

HSL color Cylindrical-coordinate representation of color #400C1A: hue angle of 343.85º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C1A is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB641226-
CMYK00.810.590.75
HSL343.85º68.42%14.9%-
HSV(B)343.85º81.25%25.1%-
XYZ2.431.431.12-
YUV29.14126.23152.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 12 (5.08% from 255) = 11.76%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=62.75%
G=11.76%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64122600.810.590.75343.8568.4214.9
Hex40C1A0513B4B15844f
Octal100143201217311353010417
Binary100000011001101001010001111011100101110101100010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400C1A; }

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

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

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

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

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

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

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

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