#44000F

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

Shades of Rustic Red #44000F

Tints of Rustic Red #44000F

Color information

#44000F (or 0x44000F) is unknown color: approx Rustic Red. HEX triplet: 44, 00 and 0F. RGB value is (68,0,15). Sum of RGB (Red+Green+Blue) = 68+0+15=83 (10% of max value = 765). Red value is 68 (26.95% from 255 or 81.93% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 68 - color contains mainly: red. Hex color #44000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44000F is #BBFFF0. Grayscale: #161616. Windows color (decimal): -12320753 or 983108. OLE color: 983108.

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

Color convert

RGB68015-
CMYK010.780.73
HSL346.76º100%13.33%-
HSV(B)346.76º100%26.67%-
XYZ2.471.260.57-
YUV22.04124.03160.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 81.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=81.93%
G=0%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68015010.780.73346.7610013.33
Hex440F0644E4915b64d
Octal104017014411611153314415
Binary100010001111011001001001110100100110101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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