Html Css Color HEX #A5370A Rust

📋 copy color: '#A5370A'

red 165 ◦ green 55 ◦ blue 10

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

Shades of Rust #A5370A

Tints of Rust #A5370A

RGB

 RED value IS 165 (64.84% from 255) = 71.74%

 GREEN value IS 55 (21.88% from 255) = 23.91%

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 71.74%
G = 23.91%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A5370A (or 0xA5370A) is known color: Rust. HEX triplet: A5, 37 and 0A. RGB value is (165,55,10). Sum of RGB (Red+Green+Blue) = 165+55+10=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A5370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5370A is #5AC8F5. Grayscale: #535353. Windows color (decimal): -5949686 or 669605. OLE color: 669605.

HSL color Cylindrical-coordinate representation of color #A5370A: hue angle of 17.42º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5370A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 55 10 -
CMYK 0 0.67 0.94 0.35
HSL 17.42º 0.89% 0.34% -
HSV(B) 17.42º 0.94% 0.65% -
XYZ 16.94 10.75 1.47 -
YUV 82.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 165 55 10 0 0.67 0.94 0.35 17.42 0.89 0.34
Hex A5 37 A 0 43 5E 23 11 59 22
Octal 245 67 12 0 103 136 43 21 131 42
Binary 10100101 110111 1010 0 1000011 1011110 100011 10001 1011001 100010

Color Harmonies of #A5370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5370A

Black with #A5370A

Text Example


Text Example

White with #A5370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5370A; }

 p { color: rgb(165,55,10); }

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

background-color css

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

 a { background-color: rgb(165,55,10); }

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

border-color css

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

 span { border-color: rgb(165,55,10); }

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