#430B10

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

Shades of Rustic Red #430B10

Tints of Rustic Red #430B10

Color information

#430B10 (or 0x430B10) is unknown color: approx Rustic Red. HEX triplet: 43, 0B and 10. RGB value is (67,11,16). Sum of RGB (Red+Green+Blue) = 67+11+16=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #430B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B10 is #BCF4EF. Grayscale: #1C1C1C. Windows color (decimal): -12383472 or 1051459. OLE color: 1051459.

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

Color convert

RGB671116-
CMYK00.840.760.74
HSL354.64º71.79%15.29%-
HSV(B)354.64º83.58%26.27%-
XYZ2.531.470.64-
YUV28.31121.05155.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 71.28%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=71.28%
G=11.70%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67111600.840.760.74354.6471.7915.29
Hex43B100544C4A16348f
Octal1031320012411411254311017
Binary1000011101110000010101001001100100101010110001110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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