#44000D

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

Shades of Rustic Red #44000D

Tints of Rustic Red #44000D

Color information

#44000D (or 0x44000D) is unknown color: approx Rustic Red. HEX triplet: 44, 00 and 0D. RGB value is (68,0,13). Sum of RGB (Red+Green+Blue) = 68+0+13=81 (10% of max value = 765). Red value is 68 (26.95% from 255 or 83.95% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 68 - color contains mainly: red. Hex color #44000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44000D is #BBFFF2. Grayscale: #151515. Windows color (decimal): -12320755 or 852036. OLE color: 852036.

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

Color convert

RGB68013-
CMYK010.810.73
HSL348.53º100%13.33%-
HSV(B)348.53º100%26.67%-
XYZ2.461.260.49-
YUV21.81123.03160.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 83.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=83.95%
G=0%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68013010.810.73348.5310013.33
Hex440D064514915d64d
Octal104015014412111153514415
Binary100010001101011001001010001100100110101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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