Html Css Color HEX #A64A03 Rust

📋 copy color: '#A64A03'

red 166 ◦ green 74 ◦ blue 3

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

Shades of Rust #A64A03

Tints of Rust #A64A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 68.31%
G = 30.45%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A64A03 (or 0xA64A03) is known color: Rust. HEX triplet: A6, 4A and 03. RGB value is (166,74,3). Sum of RGB (Red+Green+Blue) = 166+74+3=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A03 is #59B5FC. Grayscale: #5D5D5D. Windows color (decimal): -5879293 or 215718. OLE color: 215718.

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

Color convert

RGB 166 74 3 -
CMYK 0 0.55 0.98 0.35
HSL 26.13º 0.96% 0.33% -
HSV(B) 26.13º 0.98% 0.65% -
XYZ 18.19 13.01 1.64 -
YUV 93.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 166 74 3 0 0.55 0.98 0.35 26.13 0.96 0.33
Hex A6 4A 3 0 37 62 23 1A 60 21
Octal 246 112 3 0 67 142 43 32 140 41
Binary 10100110 1001010 11 0 110111 1100010 100011 11010 1100000 100001

Color Harmonies of #A64A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A03

Black with #A64A03

Text Example


Text Example

White with #A64A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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