Html Css Color HEX #410512 Rustic Red

📋 copy color: '#410512'

red 65 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #410512

Tints of Rustic Red #410512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.68%

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

R = 73.86%
G = 5.68%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#410512 (or 0x410512) is known color: Rustic Red. HEX triplet: 41, 05 and 12. RGB value is (65,5,18). Sum of RGB (Red+Green+Blue) = 65+5+18=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #410512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410512 is #BEFAED. Grayscale: #181818. Windows color (decimal): -12516078 or 1180993. OLE color: 1180993.

HSL color Cylindrical-coordinate representation of color #410512: hue angle of 347º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410512 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 5 18 -
CMYK 0 0.92 0.72 0.75
HSL 347º 0.86% 0.14% -
HSV(B) 347º 0.92% 0.25% -
XYZ 2.34 1.28 0.7 -
YUV 24.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 65 5 18 0 0.92 0.72 0.75 347 0.86 0.14
Hex 41 5 12 0 5C 48 4B 15B 56 E
Octal 101 5 22 0 134 110 113 533 126 16
Binary 1000001 101 10010 0 1011100 1001000 1001011 101011011 1010110 1110

Color Harmonies of #410512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410512

Black with #410512

Text Example


Text Example

White with #410512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410512; }

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

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

background-color css

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

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

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

border-color css

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

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

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