#431019

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

Shades of Rustic Red #431019

Tints of Rustic Red #431019

Color information

#431019 (or 0x431019) is unknown color: approx Rustic Red. HEX triplet: 43, 10 and 19. RGB value is (67,16,25). Sum of RGB (Red+Green+Blue) = 67+16+25=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #431019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431019 is #BCEFE6. Grayscale: #202020. Windows color (decimal): -12382183 or 1642563. OLE color: 1642563.

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

Color convert

RGB671625-
CMYK00.760.630.74
HSL349.41º61.45%16.27%-
HSV(B)349.41º76.12%26.27%-
XYZ2.681.631.09-
YUV32.28123.9152.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.04%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=62.04%
G=14.81%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67162500.760.630.74349.4161.4516.27
Hex43101904C3F4A15d3d10
Octal10320310114771125357520
Binary1000011100001100101001100111111100101010101110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431019; }

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

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

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

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

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

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

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

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