#431718

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

Shades of Rustic Red #431718

Tints of Rustic Red #431718

Color information

#431718 (or 0x431718) is unknown color: approx Rustic Red. HEX triplet: 43, 17 and 18. RGB value is (67,23,24). Sum of RGB (Red+Green+Blue) = 67+23+24=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #431718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431718 is #BCE8E7. Grayscale: #242424. Windows color (decimal): -12380392 or 1578819. OLE color: 1578819.

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

Color convert

RGB672324-
CMYK00.660.640.74
HSL358.64º48.89%17.65%-
HSV(B)358.64º65.67%26.27%-
XYZ2.791.871.08-
YUV36.27121.08149.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=58.77%
G=20.18%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67232400.660.640.74358.6448.8917.65
Hex431718042404A1673112
Octal103273001021001125476122
Binary10000111011111000010000101000000100101010110011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431718; }

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

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

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

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

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

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

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

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