#421819

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

Shades of Rustic Red #421819

Tints of Rustic Red #421819

Color information

#421819 (or 0x421819) is unknown color: approx Rustic Red. HEX triplet: 42, 18 and 19. RGB value is (66,24,25). Sum of RGB (Red+Green+Blue) = 66+24+25=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #421819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421819 is #BDE7E6. Grayscale: #242424. Windows color (decimal): -12445671 or 1644610. OLE color: 1644610.

HSL color Cylindrical-coordinate representation of color #421819: hue angle of 358.57º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #421819 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB662425-
CMYK00.640.620.74
HSL358.57º46.67%17.65%-
HSV(B)358.57º63.64%25.88%-
XYZ2.751.881.14-
YUV36.67121.41148.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=57.39%
G=20.87%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66242500.640.620.74358.5746.6717.65
Hex4218190403E4A1672f12
Octal10230310100761125475722
Binary1000010110001100101000000111110100101010110011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421819; }

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

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

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

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

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

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

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

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