Html Css Color HEX #460412 Rustic Red

📋 copy color: '#460412'

red 70 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #460412

Tints of Rustic Red #460412

RGB

 RED value IS 70 (27.73% from 255) = 76.09%

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

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

R = 76.09%
G = 4.35%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#460412 (or 0x460412) is known color: Rustic Red. HEX triplet: 46, 04 and 12. RGB value is (70,4,18). Sum of RGB (Red+Green+Blue) = 70+4+18=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #460412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460412 is #B9FBED. Grayscale: #191919. Windows color (decimal): -12188654 or 1180742. OLE color: 1180742.

HSL color Cylindrical-coordinate representation of color #460412: hue angle of 347.27º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460412 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 4 18 -
CMYK 0 0.94 0.74 0.73
HSL 347.27º 0.89% 0.15% -
HSV(B) 347.27º 0.94% 0.27% -
XYZ 2.68 1.43 0.71 -
YUV 25.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 70 4 18 0 0.94 0.74 0.73 347.27 0.89 0.15
Hex 46 4 12 0 5E 4A 49 15B 59 F
Octal 106 4 22 0 136 112 111 533 131 17
Binary 1000110 100 10010 0 1011110 1001010 1001001 101011011 1011001 1111

Color Harmonies of #460412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460412

Black with #460412

Text Example


Text Example

White with #460412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460412; }

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

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

background-color css

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

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

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

border-color css

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

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

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