#421213

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

Shades of Rustic Red #421213

Tints of Rustic Red #421213

Color information

#421213 (or 0x421213) is unknown color: approx Rustic Red. HEX triplet: 42, 12 and 13. RGB value is (66,18,19). Sum of RGB (Red+Green+Blue) = 66+18+19=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #421213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421213 is #BDEDEC. Grayscale: #202020. Windows color (decimal): -12447213 or 1249858. OLE color: 1249858.

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

Color convert

RGB661819-
CMYK00.730.710.74
HSL358.75º57.14%16.47%-
HSV(B)358.75º72.73%25.88%-
XYZ2.581.640.8-
YUV32.47120.4151.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 64.08%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=64.08%
G=17.48%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66181900.730.710.74358.7557.1416.47
Hex421213049474A1673910
Octal102222301111071125477120
Binary10000101001010011010010011000111100101010110011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421213; }

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

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

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

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

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

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

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

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