Html Css Color HEX #A62C0C Rust

📋 copy color: '#A62C0C'

red 166 ◦ green 44 ◦ blue 12

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

Shades of Rust #A62C0C

Tints of Rust #A62C0C

RGB

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

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

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

R = 74.77%
G = 19.82%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A62C0C (or 0xA62C0C) is known color: Rust. HEX triplet: A6, 2C and 0C. RGB value is (166,44,12). Sum of RGB (Red+Green+Blue) = 166+44+12=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C0C is #59D3F3. Grayscale: #4D4D4D. Windows color (decimal): -5886964 or 797862. OLE color: 797862.

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

Color convert

RGB 166 44 12 -
CMYK 0 0.73 0.93 0.35
HSL 12.47º 0.87% 0.35% -
HSV(B) 12.47º 0.93% 0.65% -
XYZ 16.69 9.93 1.39 -
YUV 76.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 166 44 12 0 0.73 0.93 0.35 12.47 0.87 0.35
Hex A6 2C C 0 49 5D 23 C 57 23
Octal 246 54 14 0 111 135 43 14 127 43
Binary 10100110 101100 1100 0 1001001 1011101 100011 1100 1010111 100011

Color Harmonies of #A62C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62C0C

Black with #A62C0C

Text Example


Text Example

White with #A62C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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