Html Css Color HEX #A7350E Rust

📋 copy color: '#A7350E'

red 167 ◦ green 53 ◦ blue 14

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

Shades of Rust #A7350E

Tints of Rust #A7350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 71.37%
G = 22.65%
B = 5.98%

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

#A7350E (or 0xA7350E) is known color: Rust. HEX triplet: A7, 35 and 0E. RGB value is (167,53,14). Sum of RGB (Red+Green+Blue) = 167+53+14=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A7350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7350E is #58CAF1. Grayscale: #525252. Windows color (decimal): -5819122 or 931239. OLE color: 931239.

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

Color convert

RGB 167 53 14 -
CMYK 0 0.68 0.92 0.35
HSL 15.29º 0.85% 0.35% -
HSV(B) 15.29º 0.92% 0.65% -
XYZ 17.29 10.79 1.59 -
YUV 82.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 167 53 14 0 0.68 0.92 0.35 15.29 0.85 0.35
Hex A7 35 E 0 44 5C 23 F 55 23
Octal 247 65 16 0 104 134 43 17 125 43
Binary 10100111 110101 1110 0 1000100 1011100 100011 1111 1010101 100011

Color Harmonies of #A7350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7350E

Black with #A7350E

Text Example


Text Example

White with #A7350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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