#421D1E

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

Shades of Rustic Red #421D1E

Tints of Rustic Red #421D1E

Color information

#421D1E (or 0x421D1E) is unknown color: approx Rustic Red. HEX triplet: 42, 1D and 1E. RGB value is (66,29,30). Sum of RGB (Red+Green+Blue) = 66+29+30=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #421D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D1E is #BDE2E1. Grayscale: #282828. Windows color (decimal): -12444386 or 1973570. OLE color: 1973570.

HSL color Cylindrical-coordinate representation of color #421D1E: hue angle of 358.38º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D1E is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB662930-
CMYK00.560.550.74
HSL358.38º38.95%18.63%-
HSV(B)358.38º56.06%25.88%-
XYZ2.922.131.49-
YUV40.18122.26146.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.8%
GREEN value IS 29 (11.72% from 255) = 23.2%
BLUE value IS 30 (12.11% from 255) = 24%
R=52.8%
G=23.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66293000.560.550.74358.3838.9518.63
Hex421D1E038374A1662713
Octal1023536070671125464723
Binary100001011101111100111000110111100101010110011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421D1E; }

 p { color: rgb(66,29,30); }

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

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

 a { background-color: rgb(66,29,30); }

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

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

 span { border-color: rgb(66,29,30); }

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