Html Css Color HEX #A7350D Rust

📋 copy color: '#A7350D'

red 167 ◦ green 53 ◦ blue 13

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

Shades of Rust #A7350D

Tints of Rust #A7350D

RGB

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

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

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

R = 71.67%
G = 22.75%
B = 5.58%

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

#A7350D (or 0xA7350D) is known color: Rust. HEX triplet: A7, 35 and 0D. RGB value is (167,53,13). Sum of RGB (Red+Green+Blue) = 167+53+13=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A7350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7350D is #58CAF2. Grayscale: #525252. Windows color (decimal): -5819123 or 865703. OLE color: 865703.

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

Color convert

RGB 167 53 13 -
CMYK 0 0.68 0.92 0.35
HSL 15.58º 0.86% 0.35% -
HSV(B) 15.58º 0.92% 0.65% -
XYZ 17.28 10.79 1.55 -
YUV 82.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 167 53 13 0 0.68 0.92 0.35 15.58 0.86 0.35
Hex A7 35 D 0 44 5C 23 10 56 23
Octal 247 65 15 0 104 134 43 20 126 43
Binary 10100111 110101 1101 0 1000100 1011100 100011 10000 1010110 100011

Color Harmonies of #A7350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7350D

Black with #A7350D

Text Example


Text Example

White with #A7350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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