Html Css Color HEX #410412 Rustic Red

📋 copy color: '#410412'

red 65 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #410412

Tints of Rustic Red #410412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.6%

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

R = 74.71%
G = 4.6%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#410412 (or 0x410412) is known color: Rustic Red. HEX triplet: 41, 04 and 12. RGB value is (65,4,18). Sum of RGB (Red+Green+Blue) = 65+4+18=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #410412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410412 is #BEFBED. Grayscale: #171717. Windows color (decimal): -12516334 or 1180737. OLE color: 1180737.

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

Color convert

RGB 65 4 18 -
CMYK 0 0.94 0.72 0.75
HSL 346.23º 0.88% 0.14% -
HSV(B) 346.23º 0.94% 0.25% -
XYZ 2.33 1.25 0.69 -
YUV 23.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 65 4 18 0 0.94 0.72 0.75 346.23 0.88 0.14
Hex 41 4 12 0 5E 48 4B 15A 58 E
Octal 101 4 22 0 136 110 113 532 130 16
Binary 1000001 100 10010 0 1011110 1001000 1001011 101011010 1011000 1110

Color Harmonies of #410412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410412

Black with #410412

Text Example


Text Example

White with #410412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410412; }

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

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

background-color css

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

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

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

border-color css

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

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

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