#430204

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

Shades of Rustic Red #430204

Tints of Rustic Red #430204

Color information

#430204 (or 0x430204) is unknown color: approx Rustic Red. HEX triplet: 43, 02 and 04. RGB value is (67,2,4). Sum of RGB (Red+Green+Blue) = 67+2+4=73 (9% of max value = 765). Red value is 67 (26.56% from 255 or 91.78% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 67 - color contains mainly: red. Hex color #430204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430204 is #BCFDFB. Grayscale: #151515. Windows color (decimal): -12385788 or 262723. OLE color: 262723.

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

Color convert

RGB6724-
CMYK00.970.940.74
HSL358.15º94.2%13.53%-
HSV(B)358.15º97.01%26.27%-
XYZ2.361.250.23-
YUV21.66118.03160.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 91.78%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 4 (1.95% from 255) = 5.48%
R=91.78%
G=2.74%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal672400.970.940.74358.1594.213.53
Hex43240615E4A1665ee
Octal10324014113611254613616
Binary100001110100011000011011110100101010110011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430204; }

 p { color: rgb(67,2,4); }

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

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

 a { background-color: rgb(67,2,4); }

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

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

 span { border-color: rgb(67,2,4); }

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