Html Css Color HEX #A7480D Rust

📋 copy color: '#A7480D'

red 167 ◦ green 72 ◦ blue 13

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

Shades of Rust #A7480D

Tints of Rust #A7480D

RGB

 RED value IS 167 (65.63% from 255) = 66.27%

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 66.27%
G = 28.57%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7480D (or 0xA7480D) is known color: Rust. HEX triplet: A7, 48 and 0D. RGB value is (167,72,13). Sum of RGB (Red+Green+Blue) = 167+72+13=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A7480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7480D is #58B7F2. Grayscale: #5E5E5E. Windows color (decimal): -5814259 or 870567. OLE color: 870567.

HSL color Cylindrical-coordinate representation of color #A7480D: hue angle of 22.99º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7480D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 72 13 -
CMYK 0 0.57 0.92 0.35
HSL 22.99º 0.86% 0.35% -
HSV(B) 22.99º 0.92% 0.65% -
XYZ 18.33 12.88 1.9 -
YUV 93.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 167 72 13 0 0.57 0.92 0.35 22.99 0.86 0.35
Hex A7 48 D 0 39 5C 23 17 56 23
Octal 247 110 15 0 71 134 43 27 126 43
Binary 10100111 1001000 1101 0 111001 1011100 100011 10111 1010110 100011

Color Harmonies of #A7480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7480D

Black with #A7480D

Text Example


Text Example

White with #A7480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7480D; }

 p { color: rgb(167,72,13); }

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

background-color css

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

 a { background-color: rgb(167,72,13); }

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

border-color css

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

 span { border-color: rgb(167,72,13); }

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