#44070D

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

Shades of Rustic Red #44070D

Tints of Rustic Red #44070D

Color information

#44070D (or 0x44070D) is unknown color: approx Rustic Red. HEX triplet: 44, 07 and 0D. RGB value is (68,7,13). Sum of RGB (Red+Green+Blue) = 68+7+13=88 (11% of max value = 765). Red value is 68 (26.95% from 255 or 77.27% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 68 - color contains mainly: red. Hex color #44070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44070D is #BBF8F2. Grayscale: #191919. Windows color (decimal): -12318963 or 853828. OLE color: 853828.

HSL color Cylindrical-coordinate representation of color #44070D: hue angle of 354.1º 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 #44070D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB68713-
CMYK00.900.810.73
HSL354.1º81.33%14.71%-
HSV(B)354.1º89.71%26.67%-
XYZ2.531.410.52-
YUV25.92120.71158.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 77.27%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=77.27%
G=7.95%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6871300.900.810.73354.181.3314.71
Hex447D05A514916251f
Octal104715013212111154212117
Binary10001001111101010110101010001100100110110001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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