Html Css Color HEX #A43416 Rust

📋 copy color: '#A43416'

red 164 ◦ green 52 ◦ blue 22

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

Shades of Rust #A43416

Tints of Rust #A43416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 68.91%
G = 21.85%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A43416 (or 0xA43416) is known color: Rust. HEX triplet: A4, 34 and 16. RGB value is (164,52,22). Sum of RGB (Red+Green+Blue) = 164+52+22=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A43416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43416 is #5BCBE9. Grayscale: #525252. Windows color (decimal): -6015978 or 1455268. OLE color: 1455268.

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

Color convert

RGB 164 52 22 -
CMYK 0 0.68 0.87 0.36
HSL 12.68º 0.76% 0.36% -
HSV(B) 12.68º 0.87% 0.64% -
XYZ 16.68 10.41 1.89 -
YUV 82.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 164 52 22 0 0.68 0.87 0.36 12.68 0.76 0.36
Hex A4 34 16 0 44 57 24 D 4C 24
Octal 244 64 26 0 104 127 44 15 114 44
Binary 10100100 110100 10110 0 1000100 1010111 100100 1101 1001100 100100

Color Harmonies of #A43416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43416

Black with #A43416

Text Example


Text Example

White with #A43416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43416; }

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

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

background-color css

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

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

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

border-color css

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

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

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