Html Css Color HEX #A64A13 Rust

📋 copy color: '#A64A13'

red 166 ◦ green 74 ◦ blue 19

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

Shades of Rust #A64A13

Tints of Rust #A64A13

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.57%

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

R = 64.09%
G = 28.57%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64A13 (or 0xA64A13) is known color: Rust. HEX triplet: A6, 4A and 13. RGB value is (166,74,19). Sum of RGB (Red+Green+Blue) = 166+74+19=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A13 is #59B5EC. Grayscale: #5F5F5F. Windows color (decimal): -5879277 or 1264294. OLE color: 1264294.

HSL color Cylindrical-coordinate representation of color #A64A13: hue angle of 22.45º 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 #A64A13 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 74 19 -
CMYK 0 0.55 0.89 0.35
HSL 22.45º 0.79% 0.36% -
HSV(B) 22.45º 0.89% 0.65% -
XYZ 18.29 13.05 2.17 -
YUV 95.24 84.98 178.47 -
System Red Green Blue C M Y K H S L
Decimal 166 74 19 0 0.55 0.89 0.35 22.45 0.79 0.36
Hex A6 4A 13 0 37 59 23 16 4F 24
Octal 246 112 23 0 67 131 43 26 117 44
Binary 10100110 1001010 10011 0 110111 1011001 100011 10110 1001111 100100

Color Harmonies of #A64A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A13

Black with #A64A13

Text Example


Text Example

White with #A64A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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