#421618

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

Shades of Rustic Red #421618

Tints of Rustic Red #421618

Color information

#421618 (or 0x421618) is unknown color: approx Rustic Red. HEX triplet: 42, 16 and 18. RGB value is (66,22,24). Sum of RGB (Red+Green+Blue) = 66+22+24=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421618 is #BDE9E7. Grayscale: #232323. Windows color (decimal): -12446184 or 1578562. OLE color: 1578562.

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

Color convert

RGB662224-
CMYK00.670.640.74
HSL357.27º50%17.25%-
HSV(B)357.27º66.67%25.88%-
XYZ2.71.81.07-
YUV35.38121.58149.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=58.93%
G=19.64%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66222400.670.640.74357.275017.25
Hex421618043404A1653211
Octal102263001031001125456221
Binary10000101011011000010000111000000100101010110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421618; }

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

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

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

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

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

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

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

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