Html Css Color HEX #A43314 Rust

📋 copy color: '#A43314'

red 164 ◦ green 51 ◦ blue 20

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

Shades of Rust #A43314

Tints of Rust #A43314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

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

R = 69.79%
G = 21.7%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43314 (or 0xA43314) is known color: Rust. HEX triplet: A4, 33 and 14. RGB value is (164,51,20). Sum of RGB (Red+Green+Blue) = 164+51+20=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A43314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43314 is #5BCCEB. Grayscale: #515151. Windows color (decimal): -6016236 or 1323940. OLE color: 1323940.

HSL color Cylindrical-coordinate representation of color #A43314: hue angle of 12.92º 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 #A43314 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 51 20 -
CMYK 0 0.69 0.88 0.36
HSL 12.92º 0.78% 0.36% -
HSV(B) 12.92º 0.88% 0.64% -
XYZ 16.62 10.31 1.78 -
YUV 81.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 164 51 20 0 0.69 0.88 0.36 12.92 0.78 0.36
Hex A4 33 14 0 45 58 24 D 4E 24
Octal 244 63 24 0 105 130 44 15 116 44
Binary 10100100 110011 10100 0 1000101 1011000 100100 1101 1001110 100100

Color Harmonies of #A43314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43314

Black with #A43314

Text Example


Text Example

White with #A43314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43314; }

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

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

background-color css

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

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

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

border-color css

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

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

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