Html Css Color HEX #A64A0F Rust

📋 copy color: '#A64A0F'

red 166 ◦ green 74 ◦ blue 15

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

Shades of Rust #A64A0F

Tints of Rust #A64A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 65.1%
G = 29.02%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A64A0F (or 0xA64A0F) is known color: Rust. HEX triplet: A6, 4A and 0F. RGB value is (166,74,15). Sum of RGB (Red+Green+Blue) = 166+74+15=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A0F is #59B5F0. Grayscale: #5F5F5F. Windows color (decimal): -5879281 or 1002150. OLE color: 1002150.

HSL color Cylindrical-coordinate representation of color #A64A0F: hue angle of 23.44º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A64A0F is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 74 15 -
CMYK 0 0.55 0.91 0.35
HSL 23.44º 0.83% 0.35% -
HSV(B) 23.44º 0.91% 0.65% -
XYZ 18.26 13.04 2.01 -
YUV 94.78 82.98 178.8 -
System Red Green Blue C M Y K H S L
Decimal 166 74 15 0 0.55 0.91 0.35 23.44 0.83 0.35
Hex A6 4A F 0 37 5B 23 17 53 23
Octal 246 112 17 0 67 133 43 27 123 43
Binary 10100110 1001010 1111 0 110111 1011011 100011 10111 1010011 100011

Color Harmonies of #A64A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A0F

Black with #A64A0F

Text Example


Text Example

White with #A64A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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