Html Css Color HEX #A7360D Rust

📋 copy color: '#A7360D'

red 167 ◦ green 54 ◦ blue 13

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

Shades of Rust #A7360D

Tints of Rust #A7360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.08%

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

R = 71.37%
G = 23.08%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7360D (or 0xA7360D) is known color: Rust. HEX triplet: A7, 36 and 0D. RGB value is (167,54,13). Sum of RGB (Red+Green+Blue) = 167+54+13=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A7360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7360D is #58C9F2. Grayscale: #535353. Windows color (decimal): -5818867 or 865959. OLE color: 865959.

HSL color Cylindrical-coordinate representation of color #A7360D: hue angle of 15.97º 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 #A7360D is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 54 13 -
CMYK 0 0.68 0.92 0.35
HSL 15.97º 0.86% 0.35% -
HSV(B) 15.97º 0.92% 0.65% -
XYZ 17.33 10.88 1.57 -
YUV 83.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 167 54 13 0 0.68 0.92 0.35 15.97 0.86 0.35
Hex A7 36 D 0 44 5C 23 10 56 23
Octal 247 66 15 0 104 134 43 20 126 43
Binary 10100111 110110 1101 0 1000100 1011100 100011 10000 1010110 100011

Color Harmonies of #A7360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7360D

Black with #A7360D

Text Example


Text Example

White with #A7360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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