#441012

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

Shades of Rustic Red #441012

Tints of Rustic Red #441012

Color information

#441012 (or 0x441012) is unknown color: approx Rustic Red. HEX triplet: 44, 10 and 12. RGB value is (68,16,18). Sum of RGB (Red+Green+Blue) = 68+16+18=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #441012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441012 is #BBEFED. Grayscale: #1F1F1F. Windows color (decimal): -12316654 or 1183812. OLE color: 1183812.

HSL color Cylindrical-coordinate representation of color #441012: hue angle of 357.69º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441012 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB681618-
CMYK00.760.740.73
HSL357.69º61.9%16.47%-
HSV(B)357.69º76.47%26.67%-
XYZ2.681.640.75-
YUV31.78120.23153.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=66.67%
G=15.69%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68161800.760.740.73357.6961.916.47
Hex44101204C4A491663e10
Octal104202201141121115467620
Binary10001001000010010010011001001010100100110110011011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441012; }

 p { color: rgb(68,16,18); }

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

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

 a { background-color: rgb(68,16,18); }

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

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

 span { border-color: rgb(68,16,18); }

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