Html Css Color HEX #A4370E Rust

📋 copy color: '#A4370E'

red 164 ◦ green 55 ◦ blue 14

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

Shades of Rust #A4370E

Tints of Rust #A4370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

 BLUE value IS 14 (5.86% from 255) = 6.01%

R = 70.39%
G = 23.61%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4370E (or 0xA4370E) is known color: Rust. HEX triplet: A4, 37 and 0E. RGB value is (164,55,14). Sum of RGB (Red+Green+Blue) = 164+55+14=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A4370E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4370E is #5BC8F1. Grayscale: #535353. Windows color (decimal): -6015218 or 931748. OLE color: 931748.

HSL color Cylindrical-coordinate representation of color #A4370E: hue angle of 16.4º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4370E is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 55 14 -
CMYK 0 0.66 0.91 0.36
HSL 16.4º 0.84% 0.35% -
HSV(B) 16.4º 0.91% 0.64% -
XYZ 16.76 10.66 1.59 -
YUV 82.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 164 55 14 0 0.66 0.91 0.36 16.4 0.84 0.35
Hex A4 37 E 0 42 5B 24 10 54 23
Octal 244 67 16 0 102 133 44 20 124 43
Binary 10100100 110111 1110 0 1000010 1011011 100100 10000 1010100 100011

Color Harmonies of #A4370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4370E

Black with #A4370E

Text Example


Text Example

White with #A4370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4370E; }

 p { color: rgb(164,55,14); }

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

background-color css

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

 a { background-color: rgb(164,55,14); }

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

border-color css

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

 span { border-color: rgb(164,55,14); }

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