#430112

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

Shades of Rustic Red #430112

Tints of Rustic Red #430112

Color information

#430112 (or 0x430112) is unknown color: approx Rustic Red. HEX triplet: 43, 01 and 12. RGB value is (67,1,18). Sum of RGB (Red+Green+Blue) = 67+1+18=86 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.91% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 67 - color contains mainly: red. Hex color #430112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430112 is #BCFEED. Grayscale: #161616. Windows color (decimal): -12386030 or 1179971. OLE color: 1179971.

HSL color Cylindrical-coordinate representation of color #430112: hue angle of 344.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430112 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB67118-
CMYK00.990.730.74
HSL344.55º97.06%13.33%-
HSV(B)344.55º98.51%26.27%-
XYZ2.431.260.69-
YUV22.67125.37159.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 77.91%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=77.91%
G=1.16%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6711800.990.730.74344.5597.0613.33
Hex43112063494A15961d
Octal103122014311111253114115
Binary1000011110010011000111001001100101010101100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430112; }

 p { color: rgb(67,1,18); }

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

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

 a { background-color: rgb(67,1,18); }

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

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

 span { border-color: rgb(67,1,18); }

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