#44010F

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

Shades of Rustic Red #44010F

Tints of Rustic Red #44010F

Color information

#44010F (or 0x44010F) is unknown color: approx Rustic Red. HEX triplet: 44, 01 and 0F. RGB value is (68,1,15). Sum of RGB (Red+Green+Blue) = 68+1+15=84 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80.95% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 68 - color contains mainly: red. Hex color #44010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44010F is #BBFEF0. Grayscale: #161616. Windows color (decimal): -12320497 or 983364. OLE color: 983364.

HSL color Cylindrical-coordinate representation of color #44010F: hue angle of 347.46º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44010F is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB68115-
CMYK00.990.780.73
HSL347.46º97.1%13.53%-
HSV(B)347.46º98.53%26.67%-
XYZ2.481.290.57-
YUV22.63123.7160.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 80.95%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=80.95%
G=1.19%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6811500.990.780.73347.4697.113.53
Hex441F0634E4915b61e
Octal104117014311611153314116
Binary100010011111011000111001110100100110101101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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