Html Css Color HEX #A5390C Rust

📋 copy color: '#A5390C'

red 165 ◦ green 57 ◦ blue 12

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

Shades of Rust #A5390C

Tints of Rust #A5390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

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

R = 70.51%
G = 24.36%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5390C (or 0xA5390C) is known color: Rust. HEX triplet: A5, 39 and 0C. RGB value is (165,57,12). Sum of RGB (Red+Green+Blue) = 165+57+12=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A5390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5390C is #5AC6F3. Grayscale: #545454. Windows color (decimal): -5949172 or 801189. OLE color: 801189.

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

Color convert

RGB 165 57 12 -
CMYK 0 0.65 0.93 0.35
HSL 17.65º 0.86% 0.35% -
HSV(B) 17.65º 0.93% 0.65% -
XYZ 17.05 10.95 1.56 -
YUV 84.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 165 57 12 0 0.65 0.93 0.35 17.65 0.86 0.35
Hex A5 39 C 0 41 5D 23 12 56 23
Octal 245 71 14 0 101 135 43 22 126 43
Binary 10100101 111001 1100 0 1000001 1011101 100011 10010 1010110 100011

Color Harmonies of #A5390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5390C

Black with #A5390C

Text Example


Text Example

White with #A5390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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