Html Css Color HEX #A54219 Rust

📋 copy color: '#A54219'

red 165 ◦ green 66 ◦ blue 25

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

Shades of Rust #A54219

Tints of Rust #A54219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

 BLUE value IS 25 (10.16% from 255) = 9.77%

R = 64.45%
G = 25.78%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A54219 (or 0xA54219) is known color: Rust. HEX triplet: A5, 42 and 19. RGB value is (165,66,25). Sum of RGB (Red+Green+Blue) = 165+66+25=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A54219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54219 is #5ABDE6. Grayscale: #5B5B5B. Windows color (decimal): -5946855 or 1655461. OLE color: 1655461.

HSL color Cylindrical-coordinate representation of color #A54219: hue angle of 17.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A54219 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 25 -
CMYK 0 0.60 0.85 0.35
HSL 17.57º 0.74% 0.37% -
HSV(B) 17.57º 0.85% 0.65% -
XYZ 17.64 11.97 2.3 -
YUV 90.93 90.8 180.83 -
System Red Green Blue C M Y K H S L
Decimal 165 66 25 0 0.60 0.85 0.35 17.57 0.74 0.37
Hex A5 42 19 0 3C 55 23 12 4A 25
Octal 245 102 31 0 74 125 43 22 112 45
Binary 10100101 1000010 11001 0 111100 1010101 100011 10010 1001010 100101

Color Harmonies of #A54219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54219

Black with #A54219

Text Example


Text Example

White with #A54219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54219; }

 p { color: rgb(165,66,25); }

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

background-color css

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

 a { background-color: rgb(165,66,25); }

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

border-color css

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

 span { border-color: rgb(165,66,25); }

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