Html Css Color HEX #A54B05 Rust

📋 copy color: '#A54B05'

red 165 ◦ green 75 ◦ blue 5

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

Shades of Rust #A54B05

Tints of Rust #A54B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

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

R = 67.35%
G = 30.61%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A54B05 (or 0xA54B05) is known color: Rust. HEX triplet: A5, 4B and 05. RGB value is (165,75,5). Sum of RGB (Red+Green+Blue) = 165+75+5=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54B05 is #5AB4FA. Grayscale: #5E5E5E. Windows color (decimal): -5944571 or 347045. OLE color: 347045.

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

Color convert

RGB 165 75 5 -
CMYK 0 0.55 0.97 0.35
HSL 26.25º 0.94% 0.33% -
HSV(B) 26.25º 0.97% 0.65% -
XYZ 18.06 13.04 1.71 -
YUV 93.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 165 75 5 0 0.55 0.97 0.35 26.25 0.94 0.33
Hex A5 4B 5 0 37 61 23 1A 5E 21
Octal 245 113 5 0 67 141 43 32 136 41
Binary 10100101 1001011 101 0 110111 1100001 100011 11010 1011110 100001

Color Harmonies of #A54B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B05

Black with #A54B05

Text Example


Text Example

White with #A54B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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