Html Css Color HEX #A43101 Rust

📋 copy color: '#A43101'

red 164 ◦ green 49 ◦ blue 1

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

Shades of Rust #A43101

Tints of Rust #A43101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

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

R = 76.64%
G = 22.9%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A43101 (or 0xA43101) is known color: Rust. HEX triplet: A4, 31 and 01. RGB value is (164,49,1). Sum of RGB (Red+Green+Blue) = 164+49+1=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A43101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43101 is #5BCEFE. Grayscale: #4E4E4E. Windows color (decimal): -6016767 or 78244. OLE color: 78244.

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

Color convert

RGB 164 49 1 -
CMYK 0 0.70 0.99 0.36
HSL 17.67º 0.99% 0.32% -
HSV(B) 17.67º 0.99% 0.64% -
XYZ 16.41 10.09 1.11 -
YUV 77.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 164 49 1 0 0.70 0.99 0.36 17.67 0.99 0.32
Hex A4 31 1 0 46 63 24 12 63 20
Octal 244 61 1 0 106 143 44 22 143 40
Binary 10100100 110001 1 0 1000110 1100011 100100 10010 1100011 100000

Color Harmonies of #A43101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43101

Black with #A43101

Text Example


Text Example

White with #A43101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43101; }

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

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

background-color css

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

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

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

border-color css

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

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

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