Html Css Color HEX #A54015 Rust

📋 copy color: '#A54015'

red 165 ◦ green 64 ◦ blue 21

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

Shades of Rust #A54015

Tints of Rust #A54015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 66%
G = 25.6%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54015 (or 0xA54015) is known color: Rust. HEX triplet: A5, 40 and 15. RGB value is (165,64,21). Sum of RGB (Red+Green+Blue) = 165+64+21=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A54015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54015 is #5ABFEA. Grayscale: #595959. Windows color (decimal): -5947371 or 1392805. OLE color: 1392805.

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

Color convert

RGB 165 64 21 -
CMYK 0 0.61 0.87 0.35
HSL 17.92º 0.77% 0.36% -
HSV(B) 17.92º 0.87% 0.65% -
XYZ 17.49 11.72 2.05 -
YUV 89.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 165 64 21 0 0.61 0.87 0.35 17.92 0.77 0.36
Hex A5 40 15 0 3D 57 23 12 4D 24
Octal 245 100 25 0 75 127 43 22 115 44
Binary 10100101 1000000 10101 0 111101 1010111 100011 10010 1001101 100100

Color Harmonies of #A54015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54015

Black with #A54015

Text Example


Text Example

White with #A54015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54015; }

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

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

background-color css

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

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

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

border-color css

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

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

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