#430317

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

Shades of Rustic Red #430317

Tints of Rustic Red #430317

Color information

#430317 (or 0x430317) is unknown color: approx Rustic Red. HEX triplet: 43, 03 and 17. RGB value is (67,3,23). Sum of RGB (Red+Green+Blue) = 67+3+23=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430317 is #BCFCE8. Grayscale: #181818. Windows color (decimal): -12385513 or 1508163. OLE color: 1508163.

HSL color Cylindrical-coordinate representation of color #430317: hue angle of 341.25º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430317 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.74.

Color convert

RGB67323-
CMYK00.960.660.74
HSL341.25º91.43%13.73%-
HSV(B)341.25º95.52%26.27%-
XYZ2.51.320.93-
YUV24.42127.2158.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.04%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=72.04%
G=3.23%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6732300.960.660.74341.2591.4313.73
Hex43317060424A1555be
Octal103327014010211252513316
Binary10000111110111011000001000010100101010101010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430317; }

 p { color: rgb(67,3,23); }

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

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

 a { background-color: rgb(67,3,23); }

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

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

 span { border-color: rgb(67,3,23); }

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