Html Css Color HEX #A43210 Rust

📋 copy color: '#A43210'

red 164 ◦ green 50 ◦ blue 16

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

Shades of Rust #A43210

Tints of Rust #A43210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 71.3%
G = 21.74%
B = 6.96%

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

#A43210 (or 0xA43210) is known color: Rust. HEX triplet: A4, 32 and 10. RGB value is (164,50,16). Sum of RGB (Red+Green+Blue) = 164+50+16=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A43210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43210 is #5BCDEF. Grayscale: #505050. Windows color (decimal): -6016496 or 1061540. OLE color: 1061540.

HSL color Cylindrical-coordinate representation of color #A43210: hue angle of 13.78º degrees, saturation: 0.82, 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 #A43210 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 16 -
CMYK 0 0.70 0.90 0.36
HSL 13.78º 0.82% 0.35% -
HSV(B) 13.78º 0.9% 0.64% -
XYZ 16.54 10.21 1.59 -
YUV 80.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 164 50 16 0 0.70 0.90 0.36 13.78 0.82 0.35
Hex A4 32 10 0 46 5A 24 E 52 23
Octal 244 62 20 0 106 132 44 16 122 43
Binary 10100100 110010 10000 0 1000110 1011010 100100 1110 1010010 100011

Color Harmonies of #A43210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43210

Black with #A43210

Text Example


Text Example

White with #A43210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43210; }

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

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

background-color css

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

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

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

border-color css

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

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

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