#430615

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

Shades of Rustic Red #430615

Tints of Rustic Red #430615

Color information

#430615 (or 0x430615) is unknown color: approx Rustic Red. HEX triplet: 43, 06 and 15. RGB value is (67,6,21). Sum of RGB (Red+Green+Blue) = 67+6+21=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #430615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430615 is #BCF9EA. Grayscale: #191919. Windows color (decimal): -12384747 or 1377859. OLE color: 1377859.

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

Color convert

RGB67621-
CMYK00.910.690.74
HSL345.25º83.56%14.31%-
HSV(B)345.25º91.04%26.27%-
XYZ2.521.380.84-
YUV25.95125.21157.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 71.28%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=71.28%
G=6.38%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6762100.910.690.74345.2583.5614.31
Hex4361505B454A15954e
Octal103625013310511253112416
Binary100001111010101010110111000101100101010101100110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430615; }

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

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

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

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

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

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

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

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