Html Css Color HEX #A8480C Rust

📋 copy color: '#A8480C'

red 168 ◦ green 72 ◦ blue 12

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

Shades of Rust #A8480C

Tints of Rust #A8480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

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

R = 66.67%
G = 28.57%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8480C (or 0xA8480C) is known color: Rust. HEX triplet: A8, 48 and 0C. RGB value is (168,72,12). Sum of RGB (Red+Green+Blue) = 168+72+12=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8480C is #57B7F3. Grayscale: #5E5E5E. Windows color (decimal): -5748724 or 805032. OLE color: 805032.

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

Color convert

RGB 168 72 12 -
CMYK 0 0.57 0.93 0.34
HSL 23.08º 0.87% 0.35% -
HSV(B) 23.08º 0.93% 0.66% -
XYZ 18.53 12.99 1.88 -
YUV 93.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 168 72 12 0 0.57 0.93 0.34 23.08 0.87 0.35
Hex A8 48 C 0 39 5D 22 17 57 23
Octal 250 110 14 0 71 135 42 27 127 43
Binary 10101000 1001000 1100 0 111001 1011101 100010 10111 1010111 100011

Color Harmonies of #A8480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8480C

Black with #A8480C

Text Example


Text Example

White with #A8480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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