Html Css Color HEX #A43616 Rust

📋 copy color: '#A43616'

red 164 ◦ green 54 ◦ blue 22

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

Shades of Rust #A43616

Tints of Rust #A43616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

 BLUE value IS 22 (8.98% from 255) = 9.17%

R = 68.33%
G = 22.5%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A43616 (or 0xA43616) is known color: Rust. HEX triplet: A4, 36 and 16. RGB value is (164,54,22). Sum of RGB (Red+Green+Blue) = 164+54+22=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A43616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43616 is #5BC9E9. Grayscale: #535353. Windows color (decimal): -6015466 or 1455780. OLE color: 1455780.

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

Color convert

RGB 164 54 22 -
CMYK 0 0.67 0.87 0.36
HSL 13.52º 0.76% 0.36% -
HSV(B) 13.52º 0.87% 0.64% -
XYZ 16.77 10.59 1.92 -
YUV 83.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 164 54 22 0 0.67 0.87 0.36 13.52 0.76 0.36
Hex A4 36 16 0 43 57 24 E 4C 24
Octal 244 66 26 0 103 127 44 16 114 44
Binary 10100100 110110 10110 0 1000011 1010111 100100 1110 1001100 100100

Color Harmonies of #A43616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43616

Black with #A43616

Text Example


Text Example

White with #A43616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43616; }

 p { color: rgb(164,54,22); }

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

background-color css

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

 a { background-color: rgb(164,54,22); }

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

border-color css

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

 span { border-color: rgb(164,54,22); }

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