#430C10

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

Shades of Rustic Red #430C10

Tints of Rustic Red #430C10

Color information

#430C10 (or 0x430C10) is unknown color: approx Rustic Red. HEX triplet: 43, 0C and 10. RGB value is (67,12,16). Sum of RGB (Red+Green+Blue) = 67+12+16=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #430C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C10 is #BCF3EF. Grayscale: #1C1C1C. Windows color (decimal): -12383216 or 1051715. OLE color: 1051715.

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

Color convert

RGB671216-
CMYK00.820.760.74
HSL355.64º69.62%15.49%-
HSV(B)355.64º82.09%26.27%-
XYZ2.541.490.64-
YUV28.9120.72155.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 70.53%
GREEN value IS 12 (5.08% from 255) = 12.63%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=70.53%
G=12.63%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67121600.820.760.74355.6469.6215.49
Hex43C100524C4A16446f
Octal1031420012211411254410617
Binary1000011110010000010100101001100100101010110010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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