Html Css Color HEX #A64113 Rust

📋 copy color: '#A64113'

red 166 ◦ green 65 ◦ blue 19

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

Shades of Rust #A64113

Tints of Rust #A64113

RGB

 RED value IS 166 (65.23% from 255) = 66.4%

 GREEN value IS 65 (25.78% from 255) = 26%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 66.4%
G = 26%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64113 (or 0xA64113) is known color: Rust. HEX triplet: A6, 41 and 13. RGB value is (166,65,19). Sum of RGB (Red+Green+Blue) = 166+65+19=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A64113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64113 is #59BEEC. Grayscale: #5A5A5A. Windows color (decimal): -5881581 or 1261990. OLE color: 1261990.

HSL color Cylindrical-coordinate representation of color #A64113: hue angle of 18.78º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A64113 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 65 19 -
CMYK 0 0.61 0.89 0.35
HSL 18.78º 0.79% 0.36% -
HSV(B) 18.78º 0.89% 0.65% -
XYZ 17.73 11.93 1.99 -
YUV 89.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 166 65 19 0 0.61 0.89 0.35 18.78 0.79 0.36
Hex A6 41 13 0 3D 59 23 13 4F 24
Octal 246 101 23 0 75 131 43 23 117 44
Binary 10100110 1000001 10011 0 111101 1011001 100011 10011 1001111 100100

Color Harmonies of #A64113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64113

Black with #A64113

Text Example


Text Example

White with #A64113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64113; }

 p { color: rgb(166,65,19); }

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

background-color css

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

 a { background-color: rgb(166,65,19); }

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

border-color css

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

 span { border-color: rgb(166,65,19); }

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