Html Css Color HEX #A43005 Rust

📋 copy color: '#A43005'

red 164 ◦ green 48 ◦ blue 5

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

Shades of Rust #A43005

Tints of Rust #A43005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

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

R = 75.58%
G = 22.12%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A43005 (or 0xA43005) is known color: Rust. HEX triplet: A4, 30 and 05. RGB value is (164,48,5). Sum of RGB (Red+Green+Blue) = 164+48+5=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A43005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43005 is #5BCFFA. Grayscale: #4E4E4E. Windows color (decimal): -6017019 or 340132. OLE color: 340132.

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

Color convert

RGB 164 48 5 -
CMYK 0 0.71 0.97 0.36
HSL 16.23º 0.94% 0.33% -
HSV(B) 16.23º 0.97% 0.64% -
XYZ 16.39 10.02 1.21 -
YUV 77.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 164 48 5 0 0.71 0.97 0.36 16.23 0.94 0.33
Hex A4 30 5 0 47 61 24 10 5E 21
Octal 244 60 5 0 107 141 44 20 136 41
Binary 10100100 110000 101 0 1000111 1100001 100100 10000 1011110 100001

Color Harmonies of #A43005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43005

Black with #A43005

Text Example


Text Example

White with #A43005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43005; }

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

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

background-color css

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

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

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

border-color css

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

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

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