Html Css Color HEX #A8400C Rust

📋 copy color: '#A8400C'

red 168 ◦ green 64 ◦ blue 12

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

Shades of Rust #A8400C

Tints of Rust #A8400C

RGB

 RED value IS 168 (66.02% from 255) = 68.85%

 GREEN value IS 64 (25.39% from 255) = 26.23%

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

R = 68.85%
G = 26.23%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8400C (or 0xA8400C) is known color: Rust. HEX triplet: A8, 40 and 0C. RGB value is (168,64,12). Sum of RGB (Red+Green+Blue) = 168+64+12=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A8400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8400C is #57BFF3. Grayscale: #595959. Windows color (decimal): -5750772 or 802984. OLE color: 802984.

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

Color convert

RGB 168 64 12 -
CMYK 0 0.62 0.93 0.34
HSL 20º 0.87% 0.35% -
HSV(B) 20º 0.93% 0.66% -
XYZ 18.05 12.02 1.72 -
YUV 89.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 168 64 12 0 0.62 0.93 0.34 20 0.87 0.35
Hex A8 40 C 0 3E 5D 22 14 57 23
Octal 250 100 14 0 76 135 42 24 127 43
Binary 10101000 1000000 1100 0 111110 1011101 100010 10100 1010111 100011

Color Harmonies of #A8400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8400C

Black with #A8400C

Text Example


Text Example

White with #A8400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8400C; }

 p { color: rgb(168,64,12); }

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

background-color css

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

 a { background-color: rgb(168,64,12); }

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

border-color css

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

 span { border-color: rgb(168,64,12); }

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