Html Css Color HEX #A3480C Rust

📋 copy color: '#A3480C'

red 163 ◦ green 72 ◦ blue 12

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

Shades of Rust #A3480C

Tints of Rust #A3480C

RGB

 RED value IS 163 (64.06% from 255) = 65.99%

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

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

R = 65.99%
G = 29.15%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3480C (or 0xA3480C) is known color: Rust. HEX triplet: A3, 48 and 0C. RGB value is (163,72,12). Sum of RGB (Red+Green+Blue) = 163+72+12=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3480C is #5CB7F3. Grayscale: #5C5C5C. Windows color (decimal): -6076404 or 805027. OLE color: 805027.

HSL color Cylindrical-coordinate representation of color #A3480C: hue angle of 23.84º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3480C is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 12 -
CMYK 0 0.56 0.93 0.36
HSL 23.84º 0.86% 0.34% -
HSV(B) 23.84º 0.93% 0.64% -
XYZ 17.49 12.45 1.83 -
YUV 92.37 82.65 178.38 -
System Red Green Blue C M Y K H S L
Decimal 163 72 12 0 0.56 0.93 0.36 23.84 0.86 0.34
Hex A3 48 C 0 38 5D 24 18 56 22
Octal 243 110 14 0 70 135 44 30 126 42
Binary 10100011 1001000 1100 0 111000 1011101 100100 11000 1010110 100010

Color Harmonies of #A3480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3480C

Black with #A3480C

Text Example


Text Example

White with #A3480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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