#430916

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

Shades of Rustic Red #430916

Tints of Rustic Red #430916

Color information

#430916 (or 0x430916) is unknown color: approx Rustic Red. HEX triplet: 43, 09 and 16. RGB value is (67,9,22). Sum of RGB (Red+Green+Blue) = 67+9+22=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #430916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430916 is #BCF6E9. Grayscale: #1B1B1B. Windows color (decimal): -12383978 or 1444163. OLE color: 1444163.

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

Color convert

RGB67922-
CMYK00.870.670.74
HSL346.55º76.32%14.9%-
HSV(B)346.55º86.57%26.27%-
XYZ2.561.450.9-
YUV27.82124.72155.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 68.37%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=68.37%
G=9.18%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6792200.870.670.74346.5576.3214.9
Hex43916057434A15b4cf
Octal1031126012710311253311417
Binary1000011100110110010101111000011100101010101101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430916; }

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

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

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

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

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

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

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

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