Html Css Color HEX #460212 Rustic Red

📋 copy color: '#460212'

red 70 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #460212

Tints of Rustic Red #460212

RGB

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

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

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

R = 77.78%
G = 2.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#460212 (or 0x460212) is known color: Rustic Red. HEX triplet: 46, 02 and 12. RGB value is (70,2,18). Sum of RGB (Red+Green+Blue) = 70+2+18=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #460212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460212 is #B9FDED. Grayscale: #181818. Windows color (decimal): -12189166 or 1180230. OLE color: 1180230.

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

Color convert

RGB 70 2 18 -
CMYK 0 0.97 0.74 0.73
HSL 345.88º 0.94% 0.14% -
HSV(B) 345.88º 0.97% 0.27% -
XYZ 2.66 1.39 0.7 -
YUV 24.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 70 2 18 0 0.97 0.74 0.73 345.88 0.94 0.14
Hex 46 2 12 0 61 4A 49 15A 5E E
Octal 106 2 22 0 141 112 111 532 136 16
Binary 1000110 10 10010 0 1100001 1001010 1001001 101011010 1011110 1110

Color Harmonies of #460212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460212

Black with #460212

Text Example


Text Example

White with #460212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460212; }

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

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

background-color css

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

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

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

border-color css

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

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

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