Html Css Color HEX #460A12 Rustic Red

📋 copy color: '#460A12'

red 70 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #460A12

Tints of Rustic Red #460A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.2%

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

R = 71.43%
G = 10.2%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#460A12 (or 0x460A12) is known color: Rustic Red. HEX triplet: 46, 0A and 12. RGB value is (70,10,18). Sum of RGB (Red+Green+Blue) = 70+10+18=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A12 is #B9F5ED. Grayscale: #1C1C1C. Windows color (decimal): -12187118 or 1182278. OLE color: 1182278.

HSL color Cylindrical-coordinate representation of color #460A12: hue angle of 352º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A12 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 10 18 -
CMYK 0 0.86 0.74 0.73
HSL 352º 0.75% 0.16% -
HSV(B) 352º 0.86% 0.27% -
XYZ 2.74 1.56 0.73 -
YUV 28.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 70 10 18 0 0.86 0.74 0.73 352 0.75 0.16
Hex 46 A 12 0 56 4A 49 160 4B 10
Octal 106 12 22 0 126 112 111 540 113 20
Binary 1000110 1010 10010 0 1010110 1001010 1001001 101100000 1001011 10000

Color Harmonies of #460A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A12

Black with #460A12

Text Example


Text Example

White with #460A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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