#431618

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

Shades of Rustic Red #431618

Tints of Rustic Red #431618

Color information

#431618 (or 0x431618) is unknown color: approx Rustic Red. HEX triplet: 43, 16 and 18. RGB value is (67,22,24). Sum of RGB (Red+Green+Blue) = 67+22+24=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #431618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431618 is #BCE9E7. Grayscale: #232323. Windows color (decimal): -12380648 or 1578563. OLE color: 1578563.

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

Color convert

RGB672224-
CMYK00.670.640.74
HSL357.33º50.56%17.45%-
HSV(B)357.33º67.16%26.27%-
XYZ2.771.831.07-
YUV35.68121.41150.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=59.29%
G=19.47%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67222400.670.640.74357.3350.5617.45
Hex431618043404A1653311
Octal103263001031001125456321
Binary10000111011011000010000111000000100101010110010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431618; }

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

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

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

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

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

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

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

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