Html Css Color HEX #A44B01 Rust

📋 copy color: '#A44B01'

red 164 ◦ green 75 ◦ blue 1

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

Shades of Rust #A44B01

Tints of Rust #A44B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

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

R = 68.33%
G = 31.25%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A44B01 (or 0xA44B01) is known color: Rust. HEX triplet: A4, 4B and 01. RGB value is (164,75,1). Sum of RGB (Red+Green+Blue) = 164+75+1=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44B01 is #5BB4FE. Grayscale: #5D5D5D. Windows color (decimal): -6010111 or 84900. OLE color: 84900.

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

Color convert

RGB 164 75 1 -
CMYK 0 0.54 0.99 0.36
HSL 27.24º 0.99% 0.32% -
HSV(B) 27.24º 0.99% 0.64% -
XYZ 17.83 12.93 1.58 -
YUV 93.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 164 75 1 0 0.54 0.99 0.36 27.24 0.99 0.32
Hex A4 4B 1 0 36 63 24 1B 63 20
Octal 244 113 1 0 66 143 44 33 143 40
Binary 10100100 1001011 1 0 110110 1100011 100100 11011 1100011 100000

Color Harmonies of #A44B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B01

Black with #A44B01

Text Example


Text Example

White with #A44B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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