#430612

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

Shades of Rustic Red #430612

Tints of Rustic Red #430612

Color information

#430612 (or 0x430612) is unknown color: approx Rustic Red. HEX triplet: 43, 06 and 12. RGB value is (67,6,18). Sum of RGB (Red+Green+Blue) = 67+6+18=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430612 is #BCF9ED. Grayscale: #191919. Windows color (decimal): -12384750 or 1181251. OLE color: 1181251.

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

Color convert

RGB67618-
CMYK00.910.730.74
HSL348.2º83.56%14.31%-
HSV(B)348.2º91.04%26.27%-
XYZ2.491.370.7-
YUV25.61123.71157.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 73.63%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=73.63%
G=6.59%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6761800.910.730.74348.283.5614.31
Hex4361205B494A15c54e
Octal103622013311111253412416
Binary100001111010010010110111001001100101010101110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430612; }

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

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

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

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

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

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

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

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