Html Css Color HEX #A43214 Rust

📋 copy color: '#A43214'

red 164 ◦ green 50 ◦ blue 20

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

Shades of Rust #A43214

Tints of Rust #A43214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 70.09%
G = 21.37%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43214 (or 0xA43214) is known color: Rust. HEX triplet: A4, 32 and 14. RGB value is (164,50,20). Sum of RGB (Red+Green+Blue) = 164+50+20=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A43214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43214 is #5BCDEB. Grayscale: #505050. Windows color (decimal): -6016492 or 1323684. OLE color: 1323684.

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

Color convert

RGB 164 50 20 -
CMYK 0 0.70 0.88 0.36
HSL 12.5º 0.78% 0.36% -
HSV(B) 12.5º 0.88% 0.64% -
XYZ 16.58 10.22 1.76 -
YUV 80.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 164 50 20 0 0.70 0.88 0.36 12.5 0.78 0.36
Hex A4 32 14 0 46 58 24 C 4E 24
Octal 244 62 24 0 106 130 44 14 116 44
Binary 10100100 110010 10100 0 1000110 1011000 100100 1100 1001110 100100

Color Harmonies of #A43214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43214

Black with #A43214

Text Example


Text Example

White with #A43214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43214; }

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

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

background-color css

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

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

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

border-color css

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

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

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