#40000F

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

Shades of Rustic Red #40000F

Tints of Rustic Red #40000F

Color information

#40000F (or 0x40000F) is unknown color: approx Rustic Red. HEX triplet: 40, 00 and 0F. RGB value is (64,0,15). Sum of RGB (Red+Green+Blue) = 64+0+15=79 (10% of max value = 765). Red value is 64 (25.39% from 255 or 81.01% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 64 - color contains mainly: red. Hex color #40000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40000F is #BFFFF0. Grayscale: #141414. Windows color (decimal): -12582897 or 983104. OLE color: 983104.

HSL color Cylindrical-coordinate representation of color #40000F: hue angle of 345.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40000F is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB64015-
CMYK010.770.75
HSL345.94º100%12.55%-
HSV(B)345.94º100%25.1%-
XYZ2.21.120.55-
YUV20.85124.7158.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 81.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=81.01%
G=0%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64015010.770.75345.9410012.55
Hex400F0644D4B15a64d
Octal100017014411511353214415
Binary100000001111011001001001101100101110101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40000F; }

 p { color: rgb(64,0,15); }

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

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

 a { background-color: rgb(64,0,15); }

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

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

 span { border-color: rgb(64,0,15); }

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