Html Css Color HEX #A62A04 Rust

📋 copy color: '#A62A04'

red 166 ◦ green 42 ◦ blue 4

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

Shades of Rust #A62A04

Tints of Rust #A62A04

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.81%

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

R = 78.3%
G = 19.81%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A62A04 (or 0xA62A04) is known color: Rust. HEX triplet: A6, 2A and 04. RGB value is (166,42,4). Sum of RGB (Red+Green+Blue) = 166+42+4=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62A04 is #59D5FB. Grayscale: #4B4B4B. Windows color (decimal): -5887484 or 273062. OLE color: 273062.

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

Color convert

RGB 166 42 4 -
CMYK 0 0.75 0.98 0.35
HSL 14.07º 0.95% 0.33% -
HSV(B) 14.07º 0.98% 0.65% -
XYZ 16.58 9.77 1.13 -
YUV 74.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 166 42 4 0 0.75 0.98 0.35 14.07 0.95 0.33
Hex A6 2A 4 0 4B 62 23 E 5F 21
Octal 246 52 4 0 113 142 43 16 137 41
Binary 10100110 101010 100 0 1001011 1100010 100011 1110 1011111 100001

Color Harmonies of #A62A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62A04

Black with #A62A04

Text Example


Text Example

White with #A62A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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