#430A0E

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

Shades of Rustic Red #430A0E

Tints of Rustic Red #430A0E

Color information

#430A0E (or 0x430A0E) is unknown color: approx Rustic Red. HEX triplet: 43, 0A and 0E. RGB value is (67,10,14). Sum of RGB (Red+Green+Blue) = 67+10+14=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430A0E is #BCF5F1. Grayscale: #1B1B1B. Windows color (decimal): -12383730 or 920131. OLE color: 920131.

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

Color convert

RGB671014-
CMYK00.850.790.74
HSL355.79º74.03%15.1%-
HSV(B)355.79º85.07%26.27%-
XYZ2.51.440.56-
YUV27.5120.38156.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 73.63%
GREEN value IS 10 (4.30% from 255) = 10.99%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=73.63%
G=10.99%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67101400.850.790.74355.7974.0315.1
Hex43AE0554F4A1644af
Octal1031216012511711254411217
Binary100001110101110010101011001111100101010110010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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