Html Css Color HEX #A62A06 Rust

📋 copy color: '#A62A06'

red 166 ◦ green 42 ◦ blue 6

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

Shades of Rust #A62A06

Tints of Rust #A62A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.8%

R = 77.57%
G = 19.63%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A62A06 (or 0xA62A06) is known color: Rust. HEX triplet: A6, 2A and 06. RGB value is (166,42,6). Sum of RGB (Red+Green+Blue) = 166+42+6=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62A06 is #59D5F9. Grayscale: #4B4B4B. Windows color (decimal): -5887482 or 404134. OLE color: 404134.

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

Color convert

RGB 166 42 6 -
CMYK 0 0.75 0.96 0.35
HSL 13.5º 0.93% 0.34% -
HSV(B) 13.5º 0.96% 0.65% -
XYZ 16.59 9.78 1.19 -
YUV 74.97 89.08 192.93 -
System Red Green Blue C M Y K H S L
Decimal 166 42 6 0 0.75 0.96 0.35 13.5 0.93 0.34
Hex A6 2A 6 0 4B 60 23 E 5D 22
Octal 246 52 6 0 113 140 43 16 135 42
Binary 10100110 101010 110 0 1001011 1100000 100011 1110 1011101 100010

Color Harmonies of #A62A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62A06

Black with #A62A06

Text Example


Text Example

White with #A62A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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