#44070F

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

Shades of Rustic Red #44070F

Tints of Rustic Red #44070F

Color information

#44070F (or 0x44070F) is unknown color: approx Rustic Red. HEX triplet: 44, 07 and 0F. RGB value is (68,7,15). Sum of RGB (Red+Green+Blue) = 68+7+15=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #44070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44070F is #BBF8F0. Grayscale: #1A1A1A. Windows color (decimal): -12318961 or 984900. OLE color: 984900.

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

Color convert

RGB68715-
CMYK00.900.780.73
HSL352.13º81.33%14.71%-
HSV(B)352.13º89.71%26.67%-
XYZ2.551.420.59-
YUV26.15121.71157.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 75.56%
GREEN value IS 7 (3.12% from 255) = 7.78%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=75.56%
G=7.78%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6871500.900.780.73352.1381.3314.71
Hex447F05A4E4916051f
Octal104717013211611154012117
Binary10001001111111010110101001110100100110110000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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