#430217

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

Shades of Rustic Red #430217

Tints of Rustic Red #430217

Color information

#430217 (or 0x430217) is unknown color: approx Rustic Red. HEX triplet: 43, 02 and 17. RGB value is (67,2,23). Sum of RGB (Red+Green+Blue) = 67+2+23=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #430217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430217 is #BCFDE8. Grayscale: #171717. Windows color (decimal): -12385769 or 1507907. OLE color: 1507907.

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

Color convert

RGB67223-
CMYK00.970.660.74
HSL340.62º94.2%13.53%-
HSV(B)340.62º97.01%26.27%-
XYZ2.491.30.93-
YUV23.83127.53158.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.83%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 23 (9.38% from 255) = 25%
R=72.83%
G=2.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6722300.970.660.74340.6294.213.53
Hex43217061424A1555ee
Octal103227014110211252513616
Binary10000111010111011000011000010100101010101010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430217; }

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

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

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

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

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

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

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

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