Html Css Color HEX #A54F0C Rust

📋 copy color: '#A54F0C'

red 165 ◦ green 79 ◦ blue 12

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

Shades of Rust #A54F0C

Tints of Rust #A54F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

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

R = 64.45%
G = 30.86%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A54F0C (or 0xA54F0C) is known color: Rust. HEX triplet: A5, 4F and 0C. RGB value is (165,79,12). Sum of RGB (Red+Green+Blue) = 165+79+12=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54F0C is #5AB0F3. Grayscale: #616161. Windows color (decimal): -5943540 or 806821. OLE color: 806821.

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

Color convert

RGB 165 79 12 -
CMYK 0 0.52 0.93 0.35
HSL 26.27º 0.86% 0.35% -
HSV(B) 26.27º 0.93% 0.65% -
XYZ 18.38 13.62 2.01 -
YUV 97.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 165 79 12 0 0.52 0.93 0.35 26.27 0.86 0.35
Hex A5 4F C 0 34 5D 23 1A 56 23
Octal 245 117 14 0 64 135 43 32 126 43
Binary 10100101 1001111 1100 0 110100 1011101 100011 11010 1010110 100011

Color Harmonies of #A54F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F0C

Black with #A54F0C

Text Example


Text Example

White with #A54F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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