#430C0E

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

Shades of Rustic Red #430C0E

Tints of Rustic Red #430C0E

Color information

#430C0E (or 0x430C0E) is unknown color: approx Rustic Red. HEX triplet: 43, 0C and 0E. RGB value is (67,12,14). Sum of RGB (Red+Green+Blue) = 67+12+14=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C0E is #BCF3F1. Grayscale: #1C1C1C. Windows color (decimal): -12383218 or 920643. OLE color: 920643.

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

Color convert

RGB671214-
CMYK00.820.790.74
HSL357.82º69.62%15.49%-
HSV(B)357.82º82.09%26.27%-
XYZ2.531.490.57-
YUV28.67119.72155.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.04%
GREEN value IS 12 (5.08% from 255) = 12.90%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=72.04%
G=12.90%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67121400.820.790.74357.8269.6215.49
Hex43CE0524F4A16646f
Octal1031416012211711254610617
Binary100001111001110010100101001111100101010110011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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