Html Css Color HEX #A42900 Rust

📋 copy color: '#A42900'

red 164 ◦ green 41 ◦ blue 0

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

Shades of Rust #A42900

Tints of Rust #A42900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A42900 (or 0xA42900) is known color: Rust. HEX triplet: A4, 29 and 00. RGB value is (164,41,0). Sum of RGB (Red+Green+Blue) = 164+41+0=205 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 164 - color contains mainly: red. Hex color #A42900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42900 is #5BD6FF. Grayscale: #494949. Windows color (decimal): -6018816 or 10660. OLE color: 10660.

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

Color convert

RGB 164 41 0 -
CMYK 0 0.75 1 0.36
HSL 15º 1% 0.32% -
HSV(B) 15º 1% 0.64% -
XYZ 16.1 9.48 0.98 -
YUV 73.1 86.75 192.83 -
System Red Green Blue C M Y K H S L
Decimal 164 41 0 0 0.75 1 0.36 15 1 0.32
Hex A4 29 0 0 4B 64 24 F 64 20
Octal 244 51 0 0 113 144 44 17 144 40
Binary 10100100 101001 0 0 1001011 1100100 100100 1111 1100100 100000

Color Harmonies of #A42900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42900

Black with #A42900

Text Example


Text Example

White with #A42900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42900; }

 p { color: rgb(164,41,0); }

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

background-color css

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

 a { background-color: rgb(164,41,0); }

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

border-color css

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

 span { border-color: rgb(164,41,0); }

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