#43060C

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

Shades of Rustic Red #43060C

Tints of Rustic Red #43060C

Color information

#43060C (or 0x43060C) is unknown color: approx Rustic Red. HEX triplet: 43, 06 and 0C. RGB value is (67,6,12). Sum of RGB (Red+Green+Blue) = 67+6+12=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #43060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43060C is #BCF9F3. Grayscale: #181818. Windows color (decimal): -12384756 or 788035. OLE color: 788035.

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

Color convert

RGB67612-
CMYK00.910.820.74
HSL354.1º83.56%14.31%-
HSV(B)354.1º91.04%26.27%-
XYZ2.451.350.48-
YUV24.92120.71158.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 78.82%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=78.82%
G=7.06%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6761200.910.820.74354.183.5614.31
Hex436C05B524A16254e
Octal103614013312211254212416
Binary10000111101100010110111010010100101010110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43060C; }

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

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

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

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

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

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

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

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