#421B1D

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

Shades of Rustic Red #421B1D

Tints of Rustic Red #421B1D

Color information

#421B1D (or 0x421B1D) is unknown color: approx Rustic Red. HEX triplet: 42, 1B and 1D. RGB value is (66,27,29). Sum of RGB (Red+Green+Blue) = 66+27+29=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B1D is #BDE4E2. Grayscale: #262626. Windows color (decimal): -12444899 or 1907522. OLE color: 1907522.

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

Color convert

RGB662729-
CMYK00.590.560.74
HSL356.92º41.94%18.24%-
HSV(B)356.92º59.09%25.88%-
XYZ2.862.031.4-
YUV38.89122.42147.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 27 (10.94% from 255) = 22.13%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=54.10%
G=22.13%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66272900.590.560.74356.9241.9418.24
Hex421B1D03B384A1652a12
Octal1023335073701125455222
Binary100001011011111010111011111000100101010110010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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