#430510

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

Shades of Rustic Red #430510

Tints of Rustic Red #430510

Color information

#430510 (or 0x430510) is unknown color: approx Rustic Red. HEX triplet: 43, 05 and 10. RGB value is (67,5,16). Sum of RGB (Red+Green+Blue) = 67+5+16=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #430510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430510 is #BCFAEF. Grayscale: #181818. Windows color (decimal): -12385008 or 1049923. OLE color: 1049923.

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

Color convert

RGB67516-
CMYK00.930.760.74
HSL349.35º86.11%14.12%-
HSV(B)349.35º92.54%26.27%-
XYZ2.461.340.62-
YUV24.79123.04158.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 76.14%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=76.14%
G=5.68%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6751600.930.760.74349.3586.1114.12
Hex4351005D4C4A15d56e
Octal103520013511411253512616
Binary100001110110000010111011001100100101010101110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430510; }

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

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

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

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

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

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

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

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