#421319

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

Shades of Rustic Red #421319

Tints of Rustic Red #421319

Color information

#421319 (or 0x421319) is unknown color: approx Rustic Red. HEX triplet: 42, 13 and 19. RGB value is (66,19,25). Sum of RGB (Red+Green+Blue) = 66+19+25=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #421319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421319 is #BDECE6. Grayscale: #212121. Windows color (decimal): -12446951 or 1643330. OLE color: 1643330.

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

Color convert

RGB661925-
CMYK00.710.620.74
HSL352.34º55.29%16.67%-
HSV(B)352.34º71.21%25.88%-
XYZ2.661.691.11-
YUV33.74123.07151.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=60%
G=17.27%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66192500.710.620.74352.3455.2916.67
Hex4213190473E4A1603711
Octal10223310107761125406721
Binary1000010100111100101000111111110100101010110000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421319; }

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

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

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

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

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

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

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

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