#43161C

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

Shades of Rustic Red #43161C

Tints of Rustic Red #43161C

Color information

#43161C (or 0x43161C) is unknown color: approx Rustic Red. HEX triplet: 43, 16 and 1C. RGB value is (67,22,28). Sum of RGB (Red+Green+Blue) = 67+22+28=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #43161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43161C is #BCE9E3. Grayscale: #242424. Windows color (decimal): -12380644 or 1840707. OLE color: 1840707.

HSL color Cylindrical-coordinate representation of color #43161C: hue angle of 352º 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 #43161C is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB672228-
CMYK00.670.580.74
HSL352º50.56%17.45%-
HSV(B)352º67.16%26.27%-
XYZ2.811.851.31-
YUV36.14123.41150.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.26%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=57.26%
G=18.80%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67222800.670.580.7435250.5617.45
Hex43161C0433A4A1603311
Octal10326340103721125406321
Binary1000011101101110001000011111010100101010110000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43161C; }

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

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

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

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

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

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

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

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