Html Css Color HEX #410212 Rustic Red

📋 copy color: '#410212'

red 65 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #410212

Tints of Rustic Red #410212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.18%

R = 76.47%
G = 2.35%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#410212 (or 0x410212) is known color: Rustic Red. HEX triplet: 41, 02 and 12. RGB value is (65,2,18). Sum of RGB (Red+Green+Blue) = 65+2+18=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #410212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410212 is #BEFDED. Grayscale: #161616. Windows color (decimal): -12516846 or 1180225. OLE color: 1180225.

HSL color Cylindrical-coordinate representation of color #410212: hue angle of 344.76º 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 #410212 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 2 18 -
CMYK 0 0.97 0.72 0.75
HSL 344.76º 0.94% 0.13% -
HSV(B) 344.76º 0.97% 0.25% -
XYZ 2.31 1.21 0.68 -
YUV 22.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 65 2 18 0 0.97 0.72 0.75 344.76 0.94 0.13
Hex 41 2 12 0 61 48 4B 159 5E D
Octal 101 2 22 0 141 110 113 531 136 15
Binary 1000001 10 10010 0 1100001 1001000 1001011 101011001 1011110 1101

Color Harmonies of #410212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410212

Black with #410212

Text Example


Text Example

White with #410212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410212; }

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

 H1.HeaderClassName
 {
   color: #410212;
 }
 .AnyTagClassName
 {
   color: #410212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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