Html Css Color HEX #A8421C Rust

📋 copy color: '#A8421C'

red 168 ◦ green 66 ◦ blue 28

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

Shades of Rust #A8421C

Tints of Rust #A8421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 64.12%
G = 25.19%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8421C (or 0xA8421C) is known color: Rust. HEX triplet: A8, 42 and 1C. RGB value is (168,66,28). Sum of RGB (Red+Green+Blue) = 168+66+28=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8421C is #57BDE3. Grayscale: #5C5C5C. Windows color (decimal): -5750244 or 1852072. OLE color: 1852072.

HSL color Cylindrical-coordinate representation of color #A8421C: hue angle of 16.29º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8421C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 66 28 -
CMYK 0 0.61 0.83 0.34
HSL 16.29º 0.71% 0.38% -
HSV(B) 16.29º 0.83% 0.66% -
XYZ 18.31 12.31 2.51 -
YUV 92.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 168 66 28 0 0.61 0.83 0.34 16.29 0.71 0.38
Hex A8 42 1C 0 3D 53 22 10 47 26
Octal 250 102 34 0 75 123 42 20 107 46
Binary 10101000 1000010 11100 0 111101 1010011 100010 10000 1000111 100110

Color Harmonies of #A8421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8421C

Black with #A8421C

Text Example


Text Example

White with #A8421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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