Html Css Color HEX #A54D0E Rust

📋 copy color: '#A54D0E'

red 165 ◦ green 77 ◦ blue 14

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

Shades of Rust #A54D0E

Tints of Rust #A54D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 64.45%
G = 30.08%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A54D0E (or 0xA54D0E) is known color: Rust. HEX triplet: A5, 4D and 0E. RGB value is (165,77,14). Sum of RGB (Red+Green+Blue) = 165+77+14=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54D0E is #5AB2F1. Grayscale: #606060. Windows color (decimal): -5944050 or 937381. OLE color: 937381.

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

Color convert

RGB 165 77 14 -
CMYK 0 0.53 0.92 0.35
HSL 25.03º 0.84% 0.35% -
HSV(B) 25.03º 0.92% 0.65% -
XYZ 18.25 13.34 2.03 -
YUV 96.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 165 77 14 0 0.53 0.92 0.35 25.03 0.84 0.35
Hex A5 4D E 0 35 5C 23 19 54 23
Octal 245 115 16 0 65 134 43 31 124 43
Binary 10100101 1001101 1110 0 110101 1011100 100011 11001 1010100 100011

Color Harmonies of #A54D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D0E

Black with #A54D0E

Text Example


Text Example

White with #A54D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D0E; }

 p { color: rgb(165,77,14); }

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

background-color css

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

 a { background-color: rgb(165,77,14); }

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

border-color css

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

 span { border-color: rgb(165,77,14); }

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