Html Css Color HEX #A4500C Rust

📋 copy color: '#A4500C'

red 164 ◦ green 80 ◦ blue 12

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

Shades of Rust #A4500C

Tints of Rust #A4500C

RGB

 RED value IS 164 (64.45% from 255) = 64.06%

 GREEN value IS 80 (31.64% from 255) = 31.25%

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

R = 64.06%
G = 31.25%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4500C (or 0xA4500C) is known color: Rust. HEX triplet: A4, 50 and 0C. RGB value is (164,80,12). Sum of RGB (Red+Green+Blue) = 164+80+12=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A4500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4500C is #5BAFF3. Grayscale: #616161. Windows color (decimal): -6008820 or 807076. OLE color: 807076.

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

Color convert

RGB 164 80 12 -
CMYK 0 0.51 0.93 0.36
HSL 26.84º 0.86% 0.35% -
HSV(B) 26.84º 0.93% 0.64% -
XYZ 18.24 13.66 2.02 -
YUV 97.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 164 80 12 0 0.51 0.93 0.36 26.84 0.86 0.35
Hex A4 50 C 0 33 5D 24 1B 56 23
Octal 244 120 14 0 63 135 44 33 126 43
Binary 10100100 1010000 1100 0 110011 1011101 100100 11011 1010110 100011

Color Harmonies of #A4500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4500C

Black with #A4500C

Text Example


Text Example

White with #A4500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4500C; }

 p { color: rgb(164,80,12); }

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

background-color css

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

 a { background-color: rgb(164,80,12); }

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

border-color css

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

 span { border-color: rgb(164,80,12); }

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