Html Css Color HEX #A8420C Rust

📋 copy color: '#A8420C'

red 168 ◦ green 66 ◦ blue 12

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

Shades of Rust #A8420C

Tints of Rust #A8420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

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

R = 68.29%
G = 26.83%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8420C (or 0xA8420C) is known color: Rust. HEX triplet: A8, 42 and 0C. RGB value is (168,66,12). Sum of RGB (Red+Green+Blue) = 168+66+12=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A8420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8420C is #57BDF3. Grayscale: #5A5A5A. Windows color (decimal): -5750260 or 803496. OLE color: 803496.

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

Color convert

RGB 168 66 12 -
CMYK 0 0.61 0.93 0.34
HSL 20.77º 0.87% 0.35% -
HSV(B) 20.77º 0.93% 0.66% -
XYZ 18.16 12.25 1.75 -
YUV 90.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 168 66 12 0 0.61 0.93 0.34 20.77 0.87 0.35
Hex A8 42 C 0 3D 5D 22 15 57 23
Octal 250 102 14 0 75 135 42 25 127 43
Binary 10101000 1000010 1100 0 111101 1011101 100010 10101 1010111 100011

Color Harmonies of #A8420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8420C

Black with #A8420C

Text Example


Text Example

White with #A8420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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