#430616

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

Shades of Rustic Red #430616

Tints of Rustic Red #430616

Color information

#430616 (or 0x430616) is unknown color: approx Rustic Red. HEX triplet: 43, 06 and 16. RGB value is (67,6,22). Sum of RGB (Red+Green+Blue) = 67+6+22=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #430616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430616 is #BCF9E9. Grayscale: #1A1A1A. Windows color (decimal): -12384746 or 1443395. OLE color: 1443395.

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

Color convert

RGB67622-
CMYK00.910.670.74
HSL344.26º83.56%14.31%-
HSV(B)344.26º91.04%26.27%-
XYZ2.521.380.89-
YUV26.06125.71157.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 70.53%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=70.53%
G=6.32%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6762200.910.670.74344.2683.5614.31
Hex4361605B434A15854e
Octal103626013310311253012416
Binary100001111010110010110111000011100101010101100010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430616; }

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

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

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

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

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

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

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

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