Html Css Color HEX #A62A03 Rust

📋 copy color: '#A62A03'

red 166 ◦ green 42 ◦ blue 3

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

Shades of Rust #A62A03

Tints of Rust #A62A03

RGB

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

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

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

R = 78.67%
G = 19.91%
B = 1.42%

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

#A62A03 (or 0xA62A03) is known color: Rust. HEX triplet: A6, 2A and 03. RGB value is (166,42,3). Sum of RGB (Red+Green+Blue) = 166+42+3=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62A03 is #59D5FC. Grayscale: #4A4A4A. Windows color (decimal): -5887485 or 207526. OLE color: 207526.

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

Color convert

RGB 166 42 3 -
CMYK 0 0.75 0.98 0.35
HSL 14.36º 0.96% 0.33% -
HSV(B) 14.36º 0.98% 0.65% -
XYZ 16.57 9.77 1.1 -
YUV 74.63 87.58 193.17 -
System Red Green Blue C M Y K H S L
Decimal 166 42 3 0 0.75 0.98 0.35 14.36 0.96 0.33
Hex A6 2A 3 0 4B 62 23 E 60 21
Octal 246 52 3 0 113 142 43 16 140 41
Binary 10100110 101010 11 0 1001011 1100010 100011 1110 1100000 100001

Color Harmonies of #A62A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62A03

Black with #A62A03

Text Example


Text Example

White with #A62A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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