Html Css Color HEX #A62C0E Rust

📋 copy color: '#A62C0E'

red 166 ◦ green 44 ◦ blue 14

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

Shades of Rust #A62C0E

Tints of Rust #A62C0E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.64%

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 74.11%
G = 19.64%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A62C0E (or 0xA62C0E) is known color: Rust. HEX triplet: A6, 2C and 0E. RGB value is (166,44,14). Sum of RGB (Red+Green+Blue) = 166+44+14=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C0E is #59D3F1. Grayscale: #4D4D4D. Windows color (decimal): -5886962 or 928934. OLE color: 928934.

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

Color convert

RGB 166 44 14 -
CMYK 0 0.73 0.92 0.35
HSL 11.84º 0.84% 0.35% -
HSV(B) 11.84º 0.92% 0.65% -
XYZ 16.71 9.94 1.45 -
YUV 77.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 166 44 14 0 0.73 0.92 0.35 11.84 0.84 0.35
Hex A6 2C E 0 49 5C 23 C 54 23
Octal 246 54 16 0 111 134 43 14 124 43
Binary 10100110 101100 1110 0 1001001 1011100 100011 1100 1010100 100011

Color Harmonies of #A62C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62C0E

Black with #A62C0E

Text Example


Text Example

White with #A62C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62C0E; }

 p { color: rgb(166,44,14); }

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

background-color css

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

 a { background-color: rgb(166,44,14); }

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

border-color css

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

 span { border-color: rgb(166,44,14); }

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