#44070C

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

Shades of Rustic Red #44070C

Tints of Rustic Red #44070C

Color information

#44070C (or 0x44070C) is unknown color: approx Rustic Red. HEX triplet: 44, 07 and 0C. RGB value is (68,7,12). Sum of RGB (Red+Green+Blue) = 68+7+12=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #44070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44070C is #BBF8F3. Grayscale: #191919. Windows color (decimal): -12318964 or 788292. OLE color: 788292.

HSL color Cylindrical-coordinate representation of color #44070C: hue angle of 355.08º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44070C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB68712-
CMYK00.900.820.73
HSL355.08º81.33%14.71%-
HSV(B)355.08º89.71%26.67%-
XYZ2.531.410.49-
YUV25.81120.21158.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 78.16%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 12 (5.08% from 255) = 13.79%
R=78.16%
G=8.05%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6871200.900.820.73355.0881.3314.71
Hex447C05A524916351f
Octal104714013212211154312117
Binary10001001111100010110101010010100100110110001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44070C; }

 p { color: rgb(68,7,12); }

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

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

 a { background-color: rgb(68,7,12); }

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

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

 span { border-color: rgb(68,7,12); }

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