Html Css Color HEX #A54105 Rust

📋 copy color: '#A54105'

red 165 ◦ green 65 ◦ blue 5

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

Shades of Rust #A54105

Tints of Rust #A54105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 70.21%
G = 27.66%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A54105 (or 0xA54105) is known color: Rust. HEX triplet: A5, 41 and 05. RGB value is (165,65,5). Sum of RGB (Red+Green+Blue) = 165+65+5=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A54105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54105 is #5ABEFA. Grayscale: #585858. Windows color (decimal): -5947131 or 344485. OLE color: 344485.

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

Color convert

RGB 165 65 5 -
CMYK 0 0.61 0.97 0.35
HSL 22.5º 0.94% 0.33% -
HSV(B) 22.5º 0.97% 0.65% -
XYZ 17.43 11.79 1.5 -
YUV 88.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 165 65 5 0 0.61 0.97 0.35 22.5 0.94 0.33
Hex A5 41 5 0 3D 61 23 16 5E 21
Octal 245 101 5 0 75 141 43 26 136 41
Binary 10100101 1000001 101 0 111101 1100001 100011 10110 1011110 100001

Color Harmonies of #A54105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54105

Black with #A54105

Text Example


Text Example

White with #A54105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54105; }

 p { color: rgb(165,65,5); }

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

background-color css

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

 a { background-color: rgb(165,65,5); }

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

border-color css

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

 span { border-color: rgb(165,65,5); }

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