Html Css Color HEX #A4400F Rust

📋 copy color: '#A4400F'

red 164 ◦ green 64 ◦ blue 15

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

Shades of Rust #A4400F

Tints of Rust #A4400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 67.49%
G = 26.34%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4400F (or 0xA4400F) is known color: Rust. HEX triplet: A4, 40 and 0F. RGB value is (164,64,15). Sum of RGB (Red+Green+Blue) = 164+64+15=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4400F is #5BBFF0. Grayscale: #585858. Windows color (decimal): -6012913 or 999588. OLE color: 999588.

HSL color Cylindrical-coordinate representation of color #A4400F: hue angle of 19.73º degrees, saturation: 0.83, 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 #A4400F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 15 -
CMYK 0 0.61 0.91 0.36
HSL 19.73º 0.83% 0.35% -
HSV(B) 19.73º 0.91% 0.64% -
XYZ 17.23 11.59 1.78 -
YUV 88.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 164 64 15 0 0.61 0.91 0.36 19.73 0.83 0.35
Hex A4 40 F 0 3D 5B 24 14 53 23
Octal 244 100 17 0 75 133 44 24 123 43
Binary 10100100 1000000 1111 0 111101 1011011 100100 10100 1010011 100011

Color Harmonies of #A4400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4400F

Black with #A4400F

Text Example


Text Example

White with #A4400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4400F; }

 p { color: rgb(164,64,15); }

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

background-color css

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

 a { background-color: rgb(164,64,15); }

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

border-color css

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

 span { border-color: rgb(164,64,15); }

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