Html Css Color HEX #460C10 Rustic Red

📋 copy color: '#460C10'

red 70 ◦ green 12 ◦ blue 16

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

Shades of Rustic Red #460C10

Tints of Rustic Red #460C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.24%

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 71.43%
G = 12.24%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#460C10 (or 0x460C10) is known color: Rustic Red. HEX triplet: 46, 0C and 10. RGB value is (70,12,16). Sum of RGB (Red+Green+Blue) = 70+12+16=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #460C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460C10 is #B9F3EF. Grayscale: #1D1D1D. Windows color (decimal): -12186608 or 1051718. OLE color: 1051718.

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

Color convert

RGB 70 12 16 -
CMYK 0 0.83 0.77 0.73
HSL 355.86º 0.71% 0.16% -
HSV(B) 355.86º 0.83% 0.27% -
XYZ 2.75 1.6 0.65 -
YUV 29.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 70 12 16 0 0.83 0.77 0.73 355.86 0.71 0.16
Hex 46 C 10 0 53 4D 49 164 47 10
Octal 106 14 20 0 123 115 111 544 107 20
Binary 1000110 1100 10000 0 1010011 1001101 1001001 101100100 1000111 10000

Color Harmonies of #460C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460C10

Black with #460C10

Text Example


Text Example

White with #460C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,12,16); }

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

background-color css

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

 a { background-color: rgb(70,12,16); }

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

border-color css

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

 span { border-color: rgb(70,12,16); }

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