Html Css Color HEX #A43112 Rust

📋 copy color: '#A43112'

red 164 ◦ green 49 ◦ blue 18

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

Shades of Rust #A43112

Tints of Rust #A43112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 71%
G = 21.21%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A43112 (or 0xA43112) is known color: Rust. HEX triplet: A4, 31 and 12. RGB value is (164,49,18). Sum of RGB (Red+Green+Blue) = 164+49+18=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A43112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43112 is #5BCEED. Grayscale: #505050. Windows color (decimal): -6016750 or 1192356. OLE color: 1192356.

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

Color convert

RGB 164 49 18 -
CMYK 0 0.70 0.89 0.36
HSL 12.74º 0.8% 0.36% -
HSV(B) 12.74º 0.89% 0.64% -
XYZ 16.52 10.13 1.66 -
YUV 79.85 93.1 188.02 -
System Red Green Blue C M Y K H S L
Decimal 164 49 18 0 0.70 0.89 0.36 12.74 0.8 0.36
Hex A4 31 12 0 46 59 24 D 50 24
Octal 244 61 22 0 106 131 44 15 120 44
Binary 10100100 110001 10010 0 1000110 1011001 100100 1101 1010000 100100

Color Harmonies of #A43112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43112

Black with #A43112

Text Example


Text Example

White with #A43112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43112; }

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

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

background-color css

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

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

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

border-color css

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

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

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