Html Css Color HEX #A43914 Rust

📋 copy color: '#A43914'

red 164 ◦ green 57 ◦ blue 20

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

Shades of Rust #A43914

Tints of Rust #A43914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

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

R = 68.05%
G = 23.65%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43914 (or 0xA43914) is known color: Rust. HEX triplet: A4, 39 and 14. RGB value is (164,57,20). Sum of RGB (Red+Green+Blue) = 164+57+20=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A43914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43914 is #5BC6EB. Grayscale: #555555. Windows color (decimal): -6014700 or 1325476. OLE color: 1325476.

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

Color convert

RGB 164 57 20 -
CMYK 0 0.65 0.88 0.36
HSL 15.42º 0.78% 0.36% -
HSV(B) 15.42º 0.88% 0.64% -
XYZ 16.9 10.87 1.87 -
YUV 84.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 164 57 20 0 0.65 0.88 0.36 15.42 0.78 0.36
Hex A4 39 14 0 41 58 24 F 4E 24
Octal 244 71 24 0 101 130 44 17 116 44
Binary 10100100 111001 10100 0 1000001 1011000 100100 1111 1001110 100100

Color Harmonies of #A43914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43914

Black with #A43914

Text Example


Text Example

White with #A43914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43914; }

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

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

background-color css

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

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

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

border-color css

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

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

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