Html Css Color HEX #A42C05 Rust

📋 copy color: '#A42C05'

red 164 ◦ green 44 ◦ blue 5

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

Shades of Rust #A42C05

Tints of Rust #A42C05

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.66%

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 77%
G = 20.66%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A42C05 (or 0xA42C05) is known color: Rust. HEX triplet: A4, 2C and 05. RGB value is (164,44,5). Sum of RGB (Red+Green+Blue) = 164+44+5=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42C05 is #5BD3FA. Grayscale: #4B4B4B. Windows color (decimal): -6018043 or 339108. OLE color: 339108.

HSL color Cylindrical-coordinate representation of color #A42C05: hue angle of 14.72º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A42C05 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 44 5 -
CMYK 0 0.73 0.97 0.36
HSL 14.72º 0.94% 0.33% -
HSV(B) 14.72º 0.97% 0.64% -
XYZ 16.24 9.7 1.16 -
YUV 75.43 88.26 191.17 -
System Red Green Blue C M Y K H S L
Decimal 164 44 5 0 0.73 0.97 0.36 14.72 0.94 0.33
Hex A4 2C 5 0 49 61 24 F 5E 21
Octal 244 54 5 0 111 141 44 17 136 41
Binary 10100100 101100 101 0 1001001 1100001 100100 1111 1011110 100001

Color Harmonies of #A42C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42C05

Black with #A42C05

Text Example


Text Example

White with #A42C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42C05; }

 p { color: rgb(164,44,5); }

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

background-color css

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

 a { background-color: rgb(164,44,5); }

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

border-color css

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

 span { border-color: rgb(164,44,5); }

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