#440A18

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

Shades of Rustic Red #440A18

Tints of Rustic Red #440A18

Color information

#440A18 (or 0x440A18) is unknown color: approx Rustic Red. HEX triplet: 44, 0A and 18. RGB value is (68,10,24). Sum of RGB (Red+Green+Blue) = 68+10+24=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #440A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440A18 is #BBF5E7. Grayscale: #1C1C1C. Windows color (decimal): -12318184 or 1575492. OLE color: 1575492.

HSL color Cylindrical-coordinate representation of color #440A18: hue angle of 345.52º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440A18 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB681024-
CMYK00.850.650.73
HSL345.52º74.36%15.29%-
HSV(B)345.52º85.29%26.67%-
XYZ2.661.511.02-
YUV28.94125.22155.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=66.67%
G=9.80%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68102400.850.650.73345.5274.3615.29
Hex44A18055414915a4af
Octal1041230012510111153211217
Binary1000100101011000010101011000001100100110101101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A18; }

 p { color: rgb(68,10,24); }

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

<style>
 a { background-color: #440A18; }

 a { background-color: rgb(68,10,24); }

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

<style>
 span { border-color: #440A18; }

 span { border-color: rgb(68,10,24); }

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