Html Css Color HEX #A44E01 Rust

📋 copy color: '#A44E01'

red 164 ◦ green 78 ◦ blue 1

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

Shades of Rust #A44E01

Tints of Rust #A44E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.1%

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

R = 67.49%
G = 32.1%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A44E01 (or 0xA44E01) is known color: Rust. HEX triplet: A4, 4E and 01. RGB value is (164,78,1). Sum of RGB (Red+Green+Blue) = 164+78+1=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44E01 is #5BB1FE. Grayscale: #5F5F5F. Windows color (decimal): -6009343 or 85668. OLE color: 85668.

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

Color convert

RGB 164 78 1 -
CMYK 0 0.52 0.99 0.36
HSL 28.34º 0.99% 0.32% -
HSV(B) 28.34º 0.99% 0.64% -
XYZ 18.04 13.34 1.65 -
YUV 94.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 164 78 1 0 0.52 0.99 0.36 28.34 0.99 0.32
Hex A4 4E 1 0 34 63 24 1C 63 20
Octal 244 116 1 0 64 143 44 34 143 40
Binary 10100100 1001110 1 0 110100 1100011 100100 11100 1100011 100000

Color Harmonies of #A44E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E01

Black with #A44E01

Text Example


Text Example

White with #A44E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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