#430515

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

Shades of Rustic Red #430515

Tints of Rustic Red #430515

Color information

#430515 (or 0x430515) is unknown color: approx Rustic Red. HEX triplet: 43, 05 and 15. RGB value is (67,5,21). Sum of RGB (Red+Green+Blue) = 67+5+21=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430515 is #BCFAEA. Grayscale: #191919. Windows color (decimal): -12385003 or 1377603. OLE color: 1377603.

HSL color Cylindrical-coordinate representation of color #430515: hue angle of 344.52º 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 #430515 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB67521-
CMYK00.930.690.74
HSL344.52º86.11%14.12%-
HSV(B)344.52º92.54%26.27%-
XYZ2.51.360.84-
YUV25.36125.54157.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.04%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=72.04%
G=5.38%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6752100.930.690.74344.5286.1114.12
Hex4351505D454A15956e
Octal103525013510511253112616
Binary100001110110101010111011000101100101010101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430515; }

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

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

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

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

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

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

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

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