Html Css Color HEX #A64C03 Rust

📋 copy color: '#A64C03'

red 166 ◦ green 76 ◦ blue 3

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

Shades of Rust #A64C03

Tints of Rust #A64C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 67.76%
G = 31.02%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A64C03 (or 0xA64C03) is known color: Rust. HEX triplet: A6, 4C and 03. RGB value is (166,76,3). Sum of RGB (Red+Green+Blue) = 166+76+3=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64C03 is #59B3FC. Grayscale: #5E5E5E. Windows color (decimal): -5878781 or 216230. OLE color: 216230.

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

Color convert

RGB 166 76 3 -
CMYK 0 0.54 0.98 0.35
HSL 26.87º 0.96% 0.33% -
HSV(B) 26.87º 0.98% 0.65% -
XYZ 18.33 13.28 1.68 -
YUV 94.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 166 76 3 0 0.54 0.98 0.35 26.87 0.96 0.33
Hex A6 4C 3 0 36 62 23 1B 60 21
Octal 246 114 3 0 66 142 43 33 140 41
Binary 10100110 1001100 11 0 110110 1100010 100011 11011 1100000 100001

Color Harmonies of #A64C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C03

Black with #A64C03

Text Example


Text Example

White with #A64C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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