Html Css Color HEX #A64C02 Rust

📋 copy color: '#A64C02'

red 166 ◦ green 76 ◦ blue 2

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

Shades of Rust #A64C02

Tints of Rust #A64C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 68.03%
G = 31.15%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A64C02 (or 0xA64C02) is known color: Rust. HEX triplet: A6, 4C and 02. RGB value is (166,76,2). Sum of RGB (Red+Green+Blue) = 166+76+2=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64C02 is #59B3FD. Grayscale: #5E5E5E. Windows color (decimal): -5878782 or 150694. OLE color: 150694.

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

Color convert

RGB 166 76 2 -
CMYK 0 0.54 0.99 0.35
HSL 27.07º 0.98% 0.33% -
HSV(B) 27.07º 0.99% 0.65% -
XYZ 18.32 13.28 1.66 -
YUV 94.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 166 76 2 0 0.54 0.99 0.35 27.07 0.98 0.33
Hex A6 4C 2 0 36 63 23 1B 62 21
Octal 246 114 2 0 66 143 43 33 142 41
Binary 10100110 1001100 10 0 110110 1100011 100011 11011 1100010 100001

Color Harmonies of #A64C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C02

Black with #A64C02

Text Example


Text Example

White with #A64C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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