Html Css Color HEX #A64B04 Rust

📋 copy color: '#A64B04'

red 166 ◦ green 75 ◦ blue 4

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

Shades of Rust #A64B04

Tints of Rust #A64B04

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 67.76%
G = 30.61%
B = 1.63%

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

#A64B04 (or 0xA64B04) is known color: Rust. HEX triplet: A6, 4B and 04. RGB value is (166,75,4). Sum of RGB (Red+Green+Blue) = 166+75+4=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64B04 is #59B4FB. Grayscale: #5E5E5E. Windows color (decimal): -5879036 or 281510. OLE color: 281510.

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

Color convert

RGB 166 75 4 -
CMYK 0 0.55 0.98 0.35
HSL 26.3º 0.95% 0.33% -
HSV(B) 26.3º 0.98% 0.65% -
XYZ 18.26 13.15 1.69 -
YUV 94.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 166 75 4 0 0.55 0.98 0.35 26.3 0.95 0.33
Hex A6 4B 4 0 37 62 23 1A 5F 21
Octal 246 113 4 0 67 142 43 32 137 41
Binary 10100110 1001011 100 0 110111 1100010 100011 11010 1011111 100001

Color Harmonies of #A64B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64B04

Black with #A64B04

Text Example


Text Example

White with #A64B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64B04; }

 p { color: rgb(166,75,4); }

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

background-color css

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

 a { background-color: rgb(166,75,4); }

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

border-color css

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

 span { border-color: rgb(166,75,4); }

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