Html Css Color HEX #A44F03 Rust

📋 copy color: '#A44F03'

red 164 ◦ green 79 ◦ blue 3

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

Shades of Rust #A44F03

Tints of Rust #A44F03

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.11%

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

R = 66.67%
G = 32.11%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A44F03 (or 0xA44F03) is known color: Rust. HEX triplet: A4, 4F and 03. RGB value is (164,79,3). Sum of RGB (Red+Green+Blue) = 164+79+3=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44F03 is #5BB0FC. Grayscale: #606060. Windows color (decimal): -6009085 or 216996. OLE color: 216996.

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

Color convert

RGB 164 79 3 -
CMYK 0 0.52 0.98 0.36
HSL 28.32º 0.96% 0.33% -
HSV(B) 28.32º 0.98% 0.64% -
XYZ 18.12 13.49 1.74 -
YUV 95.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 164 79 3 0 0.52 0.98 0.36 28.32 0.96 0.33
Hex A4 4F 3 0 34 62 24 1C 60 21
Octal 244 117 3 0 64 142 44 34 140 41
Binary 10100100 1001111 11 0 110100 1100010 100100 11100 1100000 100001

Color Harmonies of #A44F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44F03

Black with #A44F03

Text Example


Text Example

White with #A44F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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