#431219

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

Shades of Rustic Red #431219

Tints of Rustic Red #431219

Color information

#431219 (or 0x431219) is unknown color: approx Rustic Red. HEX triplet: 43, 12 and 19. RGB value is (67,18,25). Sum of RGB (Red+Green+Blue) = 67+18+25=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431219 is #BCEDE6. Grayscale: #212121. Windows color (decimal): -12381671 or 1643075. OLE color: 1643075.

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

Color convert

RGB671825-
CMYK00.730.630.74
HSL351.43º57.65%16.67%-
HSV(B)351.43º73.13%26.27%-
XYZ2.711.71.1-
YUV33.45123.23151.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.91%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=60.91%
G=16.36%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67182500.730.630.74351.4357.6516.67
Hex4312190493F4A15f3a11
Octal10322310111771125377221
Binary1000011100101100101001001111111100101010101111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431219; }

 p { color: rgb(67,18,25); }

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

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

 a { background-color: rgb(67,18,25); }

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

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

 span { border-color: rgb(67,18,25); }

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