#430C11

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

Shades of Rustic Red #430C11

Tints of Rustic Red #430C11

Color information

#430C11 (or 0x430C11) is unknown color: approx Rustic Red. HEX triplet: 43, 0C and 11. RGB value is (67,12,17). Sum of RGB (Red+Green+Blue) = 67+12+17=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #430C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C11 is #BCF3EE. Grayscale: #1D1D1D. Windows color (decimal): -12383215 or 1117251. OLE color: 1117251.

HSL color Cylindrical-coordinate representation of color #430C11: hue angle of 354.55º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430C11 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB671217-
CMYK00.820.750.74
HSL354.55º69.62%15.49%-
HSV(B)354.55º82.09%26.27%-
XYZ2.551.50.68-
YUV29.01121.22155.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.79%
GREEN value IS 12 (5.08% from 255) = 12.5%
BLUE value IS 17 (7.03% from 255) = 17.71%
R=69.79%
G=12.5%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67121700.820.750.74354.5569.6215.49
Hex43C110524B4A16346f
Octal1031421012211311254310617
Binary1000011110010001010100101001011100101010110001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430C11; }

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

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

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

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

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

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

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

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