Html Css Color HEX #A43211 Rust

📋 copy color: '#A43211'

red 164 ◦ green 50 ◦ blue 17

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

Shades of Rust #A43211

Tints of Rust #A43211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 71%
G = 21.65%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A43211 (or 0xA43211) is known color: Rust. HEX triplet: A4, 32 and 11. RGB value is (164,50,17). Sum of RGB (Red+Green+Blue) = 164+50+17=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A43211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43211 is #5BCDEE. Grayscale: #505050. Windows color (decimal): -6016495 or 1127076. OLE color: 1127076.

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

Color convert

RGB 164 50 17 -
CMYK 0 0.70 0.90 0.36
HSL 13.47º 0.81% 0.35% -
HSV(B) 13.47º 0.9% 0.64% -
XYZ 16.55 10.21 1.63 -
YUV 80.32 92.27 187.68 -
System Red Green Blue C M Y K H S L
Decimal 164 50 17 0 0.70 0.90 0.36 13.47 0.81 0.35
Hex A4 32 11 0 46 5A 24 D 51 23
Octal 244 62 21 0 106 132 44 15 121 43
Binary 10100100 110010 10001 0 1000110 1011010 100100 1101 1010001 100011

Color Harmonies of #A43211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43211

Black with #A43211

Text Example


Text Example

White with #A43211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43211; }

 p { color: rgb(164,50,17); }

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

background-color css

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

 a { background-color: rgb(164,50,17); }

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

border-color css

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

 span { border-color: rgb(164,50,17); }

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