Html Css Color HEX #410214 Rustic Red

📋 copy color: '#410214'

red 65 ◦ green 2 ◦ blue 20

#410214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #410214

Tints of Rustic Red #410214

RGB

 RED value IS 65 (25.78% from 255) = 74.71%

 GREEN value IS 2 (1.17% from 255) = 2.3%

 BLUE value IS 20 (8.2% from 255) = 22.99%

R = 74.71%
G = 2.3%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#410214 (or 0x410214) is known color: 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

RGB 65 2 20 -
CMYK 0 0.97 0.69 0.75
HSL 342.86º 0.94% 0.13% -
HSV(B) 342.86º 0.97% 0.25% -
XYZ 2.33 1.22 0.77 -
YUV 22.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 65 2 20 0 0.97 0.69 0.75 342.86 0.94 0.13
Hex 41 2 14 0 61 45 4B 157 5E D
Octal 101 2 24 0 141 105 113 527 136 15
Binary 1000001 10 10100 0 1100001 1000101 1001011 101010111 1011110 1101

Color Harmonies of #410214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410214

Black with #410214

Text Example


Text Example

White with #410214

Text Example


Text Example

HTML Codes & Css Web 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>