Html Css Color HEX #A7360E Rust

📋 copy color: '#A7360E'

red 167 ◦ green 54 ◦ blue 14

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

Shades of Rust #A7360E

Tints of Rust #A7360E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 71.06%
G = 22.98%
B = 5.96%

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

#A7360E (or 0xA7360E) is known color: Rust. HEX triplet: A7, 36 and 0E. RGB value is (167,54,14). Sum of RGB (Red+Green+Blue) = 167+54+14=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A7360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7360E is #58C9F1. Grayscale: #535353. Windows color (decimal): -5818866 or 931495. OLE color: 931495.

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

Color convert

RGB 167 54 14 -
CMYK 0 0.68 0.92 0.35
HSL 15.69º 0.85% 0.35% -
HSV(B) 15.69º 0.92% 0.65% -
XYZ 17.33 10.89 1.6 -
YUV 83.23 88.94 187.75 -
System Red Green Blue C M Y K H S L
Decimal 167 54 14 0 0.68 0.92 0.35 15.69 0.85 0.35
Hex A7 36 E 0 44 5C 23 10 55 23
Octal 247 66 16 0 104 134 43 20 125 43
Binary 10100111 110110 1110 0 1000100 1011100 100011 10000 1010101 100011

Color Harmonies of #A7360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7360E

Black with #A7360E

Text Example


Text Example

White with #A7360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7360E; }

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

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

background-color css

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

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

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

border-color css

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

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

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