#430810

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

Shades of Rustic Red #430810

Tints of Rustic Red #430810

Color information

#430810 (or 0x430810) is unknown color: approx Rustic Red. HEX triplet: 43, 08 and 10. RGB value is (67,8,16). Sum of RGB (Red+Green+Blue) = 67+8+16=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430810 is #BCF7EF. Grayscale: #1A1A1A. Windows color (decimal): -12384240 or 1050691. OLE color: 1050691.

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

Color convert

RGB67816-
CMYK00.880.760.74
HSL351.86º78.67%14.71%-
HSV(B)351.86º88.06%26.27%-
XYZ2.51.40.63-
YUV26.55122.05156.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 73.63%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=73.63%
G=8.79%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6781600.880.760.74351.8678.6714.71
Hex438100584C4A1604ff
Octal1031020013011411254011717
Binary1000011100010000010110001001100100101010110000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430810; }

 p { color: rgb(67,8,16); }

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

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

 a { background-color: rgb(67,8,16); }

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

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

 span { border-color: rgb(67,8,16); }

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