Html Css Color HEX #A4310D Rust

📋 copy color: '#A4310D'

red 164 ◦ green 49 ◦ blue 13

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

Shades of Rust #A4310D

Tints of Rust #A4310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 72.57%
G = 21.68%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A4310D (or 0xA4310D) is known color: Rust. HEX triplet: A4, 31 and 0D. RGB value is (164,49,13). Sum of RGB (Red+Green+Blue) = 164+49+13=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4310D is #5BCEF2. Grayscale: #4F4F4F. Windows color (decimal): -6016755 or 864676. OLE color: 864676.

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

Color convert

RGB 164 49 13 -
CMYK 0 0.70 0.92 0.36
HSL 14.3º 0.85% 0.35% -
HSV(B) 14.3º 0.92% 0.64% -
XYZ 16.48 10.12 1.47 -
YUV 79.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 164 49 13 0 0.70 0.92 0.36 14.3 0.85 0.35
Hex A4 31 D 0 46 5C 24 E 55 23
Octal 244 61 15 0 106 134 44 16 125 43
Binary 10100100 110001 1101 0 1000110 1011100 100100 1110 1010101 100011

Color Harmonies of #A4310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4310D

Black with #A4310D

Text Example


Text Example

White with #A4310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4310D; }

 p { color: rgb(164,49,13); }

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

background-color css

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

 a { background-color: rgb(164,49,13); }

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

border-color css

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

 span { border-color: rgb(164,49,13); }

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