Html Css Color HEX #A62A0C Rust

📋 copy color: '#A62A0C'

red 166 ◦ green 42 ◦ blue 12

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

Shades of Rust #A62A0C

Tints of Rust #A62A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 75.45%
G = 19.09%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A62A0C (or 0xA62A0C) is known color: Rust. HEX triplet: A6, 2A and 0C. RGB value is (166,42,12). Sum of RGB (Red+Green+Blue) = 166+42+12=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62A0C is #59D5F3. Grayscale: #4B4B4B. Windows color (decimal): -5887476 or 797350. OLE color: 797350.

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

Color convert

RGB 166 42 12 -
CMYK 0 0.75 0.93 0.35
HSL 11.69º 0.87% 0.35% -
HSV(B) 11.69º 0.93% 0.65% -
XYZ 16.62 9.79 1.36 -
YUV 75.66 92.08 192.44 -
System Red Green Blue C M Y K H S L
Decimal 166 42 12 0 0.75 0.93 0.35 11.69 0.87 0.35
Hex A6 2A C 0 4B 5D 23 C 57 23
Octal 246 52 14 0 113 135 43 14 127 43
Binary 10100110 101010 1100 0 1001011 1011101 100011 1100 1010111 100011

Color Harmonies of #A62A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62A0C

Black with #A62A0C

Text Example


Text Example

White with #A62A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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