Html Css Color HEX #A44A03 Rust

📋 copy color: '#A44A03'

red 164 ◦ green 74 ◦ blue 3

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

Shades of Rust #A44A03

Tints of Rust #A44A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.71%

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 68.05%
G = 30.71%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A44A03 (or 0xA44A03) is known color: Rust. HEX triplet: A4, 4A and 03. RGB value is (164,74,3). Sum of RGB (Red+Green+Blue) = 164+74+3=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A03 is #5BB5FC. Grayscale: #5D5D5D. Windows color (decimal): -6010365 or 215716. OLE color: 215716.

HSL color Cylindrical-coordinate representation of color #A44A03: hue angle of 26.46º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A44A03 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 74 3 -
CMYK 0 0.55 0.98 0.36
HSL 26.46º 0.96% 0.33% -
HSV(B) 26.46º 0.98% 0.64% -
XYZ 17.78 12.8 1.62 -
YUV 92.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 164 74 3 0 0.55 0.98 0.36 26.46 0.96 0.33
Hex A4 4A 3 0 37 62 24 1A 60 21
Octal 244 112 3 0 67 142 44 32 140 41
Binary 10100100 1001010 11 0 110111 1100010 100100 11010 1100000 100001

Color Harmonies of #A44A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A03

Black with #A44A03

Text Example


Text Example

White with #A44A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A03; }

 p { color: rgb(164,74,3); }

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

background-color css

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

 a { background-color: rgb(164,74,3); }

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

border-color css

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

 span { border-color: rgb(164,74,3); }

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