Html Css Color HEX #A43F05 Rust

📋 copy color: '#A43F05'

red 164 ◦ green 63 ◦ blue 5

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

Shades of Rust #A43F05

Tints of Rust #A43F05

RGB

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

 GREEN value IS 63 (25% from 255) = 27.16%

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

R = 70.69%
G = 27.16%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A43F05 (or 0xA43F05) is known color: Rust. HEX triplet: A4, 3F and 05. RGB value is (164,63,5). Sum of RGB (Red+Green+Blue) = 164+63+5=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43F05 is #5BC0FA. Grayscale: #565656. Windows color (decimal): -6013179 or 343972. OLE color: 343972.

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

Color convert

RGB 164 63 5 -
CMYK 0 0.62 0.97 0.36
HSL 21.89º 0.94% 0.33% -
HSV(B) 21.89º 0.97% 0.64% -
XYZ 17.11 11.46 1.45 -
YUV 86.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 164 63 5 0 0.62 0.97 0.36 21.89 0.94 0.33
Hex A4 3F 5 0 3E 61 24 16 5E 21
Octal 244 77 5 0 76 141 44 26 136 41
Binary 10100100 111111 101 0 111110 1100001 100100 10110 1011110 100001

Color Harmonies of #A43F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43F05

Black with #A43F05

Text Example


Text Example

White with #A43F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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