#441213

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

Shades of Rustic Red #441213

Tints of Rustic Red #441213

Color information

#441213 (or 0x441213) is unknown color: approx Rustic Red. HEX triplet: 44, 12 and 13. RGB value is (68,18,19). Sum of RGB (Red+Green+Blue) = 68+18+19=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #441213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441213 is #BBEDEC. Grayscale: #212121. Windows color (decimal): -12316141 or 1249860. OLE color: 1249860.

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

Color convert

RGB681819-
CMYK00.740.720.73
HSL358.8º58.14%16.86%-
HSV(B)358.8º73.53%26.67%-
XYZ2.721.710.8-
YUV33.06120.06152.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.76%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=64.76%
G=17.14%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68181900.740.720.73358.858.1416.86
Hex44121304A48491673a11
Octal104222301121101115477221
Binary10001001001010011010010101001000100100110110011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441213; }

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

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

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

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

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

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

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

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