Html Css Color HEX #A5320C Rust

📋 copy color: '#A5320C'

red 165 ◦ green 50 ◦ blue 12

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

Shades of Rust #A5320C

Tints of Rust #A5320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 72.69%
G = 22.03%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5320C (or 0xA5320C) is known color: Rust. HEX triplet: A5, 32 and 0C. RGB value is (165,50,12). Sum of RGB (Red+Green+Blue) = 165+50+12=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A5320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5320C is #5ACDF3. Grayscale: #505050. Windows color (decimal): -5950964 or 799397. OLE color: 799397.

HSL color Cylindrical-coordinate representation of color #A5320C: hue angle of 14.9º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5320C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 50 12 -
CMYK 0 0.70 0.93 0.35
HSL 14.9º 0.86% 0.35% -
HSV(B) 14.9º 0.93% 0.65% -
XYZ 16.72 10.31 1.46 -
YUV 80.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 165 50 12 0 0.70 0.93 0.35 14.9 0.86 0.35
Hex A5 32 C 0 46 5D 23 F 56 23
Octal 245 62 14 0 106 135 43 17 126 43
Binary 10100101 110010 1100 0 1000110 1011101 100011 1111 1010110 100011

Color Harmonies of #A5320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5320C

Black with #A5320C

Text Example


Text Example

White with #A5320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5320C; }

 p { color: rgb(165,50,12); }

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

background-color css

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

 a { background-color: rgb(165,50,12); }

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

border-color css

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

 span { border-color: rgb(165,50,12); }

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