Html Css Color HEX #A43A01 Rust

📋 copy color: '#A43A01'

red 164 ◦ green 58 ◦ blue 1

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

Shades of Rust #A43A01

Tints of Rust #A43A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.01%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 73.54%
G = 26.01%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A43A01 (or 0xA43A01) is known color: Rust. HEX triplet: A4, 3A and 01. RGB value is (164,58,1). Sum of RGB (Red+Green+Blue) = 164+58+1=223 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.54% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43A01 is #5BC5FE. Grayscale: #535353. Windows color (decimal): -6014463 or 80548. OLE color: 80548.

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

Color convert

RGB 164 58 1 -
CMYK 0 0.65 0.99 0.36
HSL 20.98º 0.99% 0.32% -
HSV(B) 20.98º 0.99% 0.64% -
XYZ 16.83 10.92 1.25 -
YUV 83.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 164 58 1 0 0.65 0.99 0.36 20.98 0.99 0.32
Hex A4 3A 1 0 41 63 24 15 63 20
Octal 244 72 1 0 101 143 44 25 143 40
Binary 10100100 111010 1 0 1000001 1100011 100100 10101 1100011 100000

Color Harmonies of #A43A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A01

Black with #A43A01

Text Example


Text Example

White with #A43A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A01; }

 p { color: rgb(164,58,1); }

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

background-color css

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

 a { background-color: rgb(164,58,1); }

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

border-color css

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

 span { border-color: rgb(164,58,1); }

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