#441015

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

Shades of Rustic Red #441015

Tints of Rustic Red #441015

Color information

#441015 (or 0x441015) is unknown color: approx Rustic Red. HEX triplet: 44, 10 and 15. RGB value is (68,16,21). Sum of RGB (Red+Green+Blue) = 68+16+21=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #441015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441015 is #BBEFEA. Grayscale: #202020. Windows color (decimal): -12316651 or 1380420. OLE color: 1380420.

HSL color Cylindrical-coordinate representation of color #441015: hue angle of 354.23º 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 #441015 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB681621-
CMYK00.760.690.73
HSL354.23º61.9%16.47%-
HSV(B)354.23º76.47%26.67%-
XYZ2.71.650.89-
YUV32.12121.73153.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.76%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 21 (8.59% from 255) = 20%
R=64.76%
G=15.24%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68162100.760.690.73354.2361.916.47
Hex44101504C45491623e10
Octal104202501141051115427620
Binary10001001000010101010011001000101100100110110001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441015; }

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

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

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

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

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

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

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

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