#430111

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

Shades of Rustic Red #430111

Tints of Rustic Red #430111

Color information

#430111 (or 0x430111) is unknown color: approx Rustic Red. HEX triplet: 43, 01 and 11. RGB value is (67,1,17). Sum of RGB (Red+Green+Blue) = 67+1+17=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #430111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430111 is #BCFEEE. Grayscale: #161616. Windows color (decimal): -12386031 or 1114435. OLE color: 1114435.

HSL color Cylindrical-coordinate representation of color #430111: hue angle of 345.45º 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 #430111 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB67117-
CMYK00.990.750.74
HSL345.45º97.06%13.33%-
HSV(B)345.45º98.51%26.27%-
XYZ2.431.260.64-
YUV22.56124.87159.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 78.82%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 17 (7.03% from 255) = 20%
R=78.82%
G=1.18%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6711700.990.750.74345.4597.0613.33
Hex431110634B4A15961d
Octal103121014311311253114115
Binary1000011110001011000111001011100101010101100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430111; }

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

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

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

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

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

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

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

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