Html Css Color HEX #A54D0C Rust

📋 copy color: '#A54D0C'

red 165 ◦ green 77 ◦ blue 12

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

Shades of Rust #A54D0C

Tints of Rust #A54D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 64.96%
G = 30.31%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A54D0C (or 0xA54D0C) is known color: Rust. HEX triplet: A5, 4D and 0C. RGB value is (165,77,12). Sum of RGB (Red+Green+Blue) = 165+77+12=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54D0C is #5AB2F3. Grayscale: #606060. Windows color (decimal): -5944052 or 806309. OLE color: 806309.

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

Color convert

RGB 165 77 12 -
CMYK 0 0.53 0.93 0.35
HSL 25.49º 0.86% 0.35% -
HSV(B) 25.49º 0.93% 0.65% -
XYZ 18.24 13.33 1.96 -
YUV 95.9 80.65 177.29 -
System Red Green Blue C M Y K H S L
Decimal 165 77 12 0 0.53 0.93 0.35 25.49 0.86 0.35
Hex A5 4D C 0 35 5D 23 19 56 23
Octal 245 115 14 0 65 135 43 31 126 43
Binary 10100101 1001101 1100 0 110101 1011101 100011 11001 1010110 100011

Color Harmonies of #A54D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D0C

Black with #A54D0C

Text Example


Text Example

White with #A54D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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