#40010F

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

Shades of Rustic Red #40010F

Tints of Rustic Red #40010F

Color information

#40010F (or 0x40010F) is unknown color: approx Rustic Red. HEX triplet: 40, 01 and 0F. RGB value is (64,1,15). Sum of RGB (Red+Green+Blue) = 64+1+15=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #40010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40010F is #BFFEF0. Grayscale: #151515. Windows color (decimal): -12582641 or 983360. OLE color: 983360.

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

Color convert

RGB64115-
CMYK00.980.770.75
HSL346.67º96.92%12.75%-
HSV(B)346.67º98.44%25.1%-
XYZ2.211.150.56-
YUV21.43124.37158.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 80%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=80%
G=1.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6411500.980.770.75346.6796.9212.75
Hex401F0624D4B15b61d
Octal100117014211511353314115
Binary100000011111011000101001101100101110101101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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