#410214

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

Shades of Rustic Red #410214

Tints of Rustic Red #410214

Color information

#410214 (or 0x410214) is unknown color: approx Rustic Red. HEX triplet: 41, 02 and 14. RGB value is (65,2,20). Sum of RGB (Red+Green+Blue) = 65+2+20=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #410214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410214 is #BEFDEB. Grayscale: #161616. Windows color (decimal): -12516844 or 1311297. OLE color: 1311297.

HSL color Cylindrical-coordinate representation of color #410214: hue angle of 342.86º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410214 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB65220-
CMYK00.970.690.75
HSL342.86º94.03%13.14%-
HSV(B)342.86º96.92%25.49%-
XYZ2.331.220.77-
YUV22.89126.37158.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 74.71%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=74.71%
G=2.30%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6522000.970.690.75342.8694.0313.14
Hex41214061454B1575ed
Octal101224014110511352713615
Binary10000011010100011000011000101100101110101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410214; }

 p { color: rgb(65,2,20); }

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

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

 a { background-color: rgb(65,2,20); }

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

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

 span { border-color: rgb(65,2,20); }

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