#431119

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

Shades of Rustic Red #431119

Tints of Rustic Red #431119

Color information

#431119 (or 0x431119) is unknown color: approx Rustic Red. HEX triplet: 43, 11 and 19. RGB value is (67,17,25). Sum of RGB (Red+Green+Blue) = 67+17+25=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #431119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431119 is #BCEEE6. Grayscale: #202020. Windows color (decimal): -12381927 or 1642819. OLE color: 1642819.

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

Color convert

RGB671725-
CMYK00.750.630.74
HSL350.4º59.52%16.47%-
HSV(B)350.4º74.63%26.27%-
XYZ2.691.661.1-
YUV32.86123.56152.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=61.47%
G=15.60%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67172500.750.630.74350.459.5216.47
Hex43111904B3F4A15e3c10
Octal10321310113771125367420
Binary1000011100011100101001011111111100101010101111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431119; }

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

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

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

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

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

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

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

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