#400C13

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

Shades of Rustic Red #400C13

Tints of Rustic Red #400C13

Color information

#400C13 (or 0x400C13) is unknown color: approx Rustic Red. HEX triplet: 40, 0C and 13. RGB value is (64,12,19). Sum of RGB (Red+Green+Blue) = 64+12+19=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #400C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C13 is #BFF3EC. Grayscale: #1C1C1C. Windows color (decimal): -12579821 or 1248320. OLE color: 1248320.

HSL color Cylindrical-coordinate representation of color #400C13: hue angle of 351.92º 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 #400C13 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB641219-
CMYK00.810.700.75
HSL351.92º68.42%14.9%-
HSV(B)351.92º81.25%25.1%-
XYZ2.361.40.76-
YUV28.35122.73153.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 67.37%
GREEN value IS 12 (5.08% from 255) = 12.63%
BLUE value IS 19 (7.81% from 255) = 20%
R=67.37%
G=12.63%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64121900.810.700.75351.9268.4214.9
Hex40C13051464B16044f
Octal1001423012110611354010417
Binary1000000110010011010100011000110100101110110000010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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