#431018

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

Shades of Rustic Red #431018

Tints of Rustic Red #431018

Color information

#431018 (or 0x431018) is unknown color: approx Rustic Red. HEX triplet: 43, 10 and 18. RGB value is (67,16,24). Sum of RGB (Red+Green+Blue) = 67+16+24=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #431018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431018 is #BCEFE7. Grayscale: #202020. Windows color (decimal): -12382184 or 1577027. OLE color: 1577027.

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

Color convert

RGB671624-
CMYK00.760.640.74
HSL350.59º61.45%16.27%-
HSV(B)350.59º76.12%26.27%-
XYZ2.661.631.04-
YUV32.16123.4152.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.62%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=62.62%
G=14.95%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67162400.760.640.74350.5961.4516.27
Hex43101804C404A15f3d10
Octal103203001141001125377520
Binary10000111000011000010011001000000100101010101111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431018; }

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

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

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

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

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

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

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

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