Html Css Color HEX #A5400F Rust

📋 copy color: '#A5400F'

red 165 ◦ green 64 ◦ blue 15

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

Shades of Rust #A5400F

Tints of Rust #A5400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.23%

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 67.62%
G = 26.23%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5400F (or 0xA5400F) is known color: Rust. HEX triplet: A5, 40 and 0F. RGB value is (165,64,15). Sum of RGB (Red+Green+Blue) = 165+64+15=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5400F is #5ABFF0. Grayscale: #585858. Windows color (decimal): -5947377 or 999589. OLE color: 999589.

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

Color convert

RGB 165 64 15 -
CMYK 0 0.61 0.91 0.35
HSL 19.6º 0.83% 0.35% -
HSV(B) 19.6º 0.91% 0.65% -
XYZ 17.44 11.7 1.79 -
YUV 88.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 165 64 15 0 0.61 0.91 0.35 19.6 0.83 0.35
Hex A5 40 F 0 3D 5B 23 14 53 23
Octal 245 100 17 0 75 133 43 24 123 43
Binary 10100101 1000000 1111 0 111101 1011011 100011 10100 1010011 100011

Color Harmonies of #A5400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5400F

Black with #A5400F

Text Example


Text Example

White with #A5400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5400F; }

 p { color: rgb(165,64,15); }

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

background-color css

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

 a { background-color: rgb(165,64,15); }

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

border-color css

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

 span { border-color: rgb(165,64,15); }

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