#440612

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

Shades of Rustic Red #440612

Tints of Rustic Red #440612

Color information

#440612 (or 0x440612) is unknown color: approx Rustic Red. HEX triplet: 44, 06 and 12. RGB value is (68,6,18). Sum of RGB (Red+Green+Blue) = 68+6+18=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440612 is #BBF9ED. Grayscale: #191919. Windows color (decimal): -12319214 or 1181252. OLE color: 1181252.

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

Color convert

RGB68618-
CMYK00.910.740.73
HSL348.39º83.78%14.51%-
HSV(B)348.39º91.18%26.67%-
XYZ2.561.40.71-
YUV25.91123.54158.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.91%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=73.91%
G=6.52%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6861800.910.740.73348.3983.7814.51
Hex4461205B4A4915c54f
Octal104622013311211153412417
Binary100010011010010010110111001010100100110101110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440612; }

 p { color: rgb(68,6,18); }

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

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

 a { background-color: rgb(68,6,18); }

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

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

 span { border-color: rgb(68,6,18); }

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