Html Css Color HEX #410612 Rustic Red

📋 copy color: '#410612'

red 65 ◦ green 6 ◦ blue 18

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

Shades of Rustic Red #410612

Tints of Rustic Red #410612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.74%

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

R = 73.03%
G = 6.74%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#410612 (or 0x410612) is known color: Rustic Red. HEX triplet: 41, 06 and 12. RGB value is (65,6,18). Sum of RGB (Red+Green+Blue) = 65+6+18=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #410612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410612 is #BEF9ED. Grayscale: #191919. Windows color (decimal): -12515822 or 1181249. OLE color: 1181249.

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

Color convert

RGB 65 6 18 -
CMYK 0 0.91 0.72 0.75
HSL 347.8º 0.83% 0.14% -
HSV(B) 347.8º 0.91% 0.25% -
XYZ 2.35 1.3 0.7 -
YUV 25.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 65 6 18 0 0.91 0.72 0.75 347.8 0.83 0.14
Hex 41 6 12 0 5B 48 4B 15C 53 E
Octal 101 6 22 0 133 110 113 534 123 16
Binary 1000001 110 10010 0 1011011 1001000 1001011 101011100 1010011 1110

Color Harmonies of #410612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410612

Black with #410612

Text Example


Text Example

White with #410612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410612; }

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

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

background-color css

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

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

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

border-color css

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

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

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