#421617

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

Shades of Rustic Red #421617

Tints of Rustic Red #421617

Color information

#421617 (or 0x421617) is unknown color: approx Rustic Red. HEX triplet: 42, 16 and 17. RGB value is (66,22,23). Sum of RGB (Red+Green+Blue) = 66+22+23=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #421617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421617 is #BDE9E8. Grayscale: #232323. Windows color (decimal): -12446185 or 1513026. OLE color: 1513026.

HSL color Cylindrical-coordinate representation of color #421617: hue angle of 358.64º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421617 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB662223-
CMYK00.670.650.74
HSL358.64º50%17.25%-
HSV(B)358.64º66.67%25.88%-
XYZ2.691.791.02-
YUV35.27121.08149.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=59.46%
G=19.82%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66222300.670.650.74358.645017.25
Hex421617043414A1673211
Octal102262701031011125476221
Binary10000101011010111010000111000001100101010110011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421617; }

 p { color: rgb(66,22,23); }

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

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

 a { background-color: rgb(66,22,23); }

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

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

 span { border-color: rgb(66,22,23); }

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