Html Css Color HEX #A44413 Rust

📋 copy color: '#A44413'

red 164 ◦ green 68 ◦ blue 19

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

Shades of Rust #A44413

Tints of Rust #A44413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 65.34%
G = 27.09%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A44413 (or 0xA44413) is known color: Rust. HEX triplet: A4, 44 and 13. RGB value is (164,68,19). Sum of RGB (Red+Green+Blue) = 164+68+19=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A44413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44413 is #5BBBEC. Grayscale: #5B5B5B. Windows color (decimal): -6011885 or 1262756. OLE color: 1262756.

HSL color Cylindrical-coordinate representation of color #A44413: hue angle of 20.28º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A44413 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 68 19 -
CMYK 0 0.59 0.88 0.36
HSL 20.28º 0.79% 0.36% -
HSV(B) 20.28º 0.88% 0.64% -
XYZ 17.49 12.07 2.02 -
YUV 91.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 164 68 19 0 0.59 0.88 0.36 20.28 0.79 0.36
Hex A4 44 13 0 3B 58 24 14 4F 24
Octal 244 104 23 0 73 130 44 24 117 44
Binary 10100100 1000100 10011 0 111011 1011000 100100 10100 1001111 100100

Color Harmonies of #A44413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44413

Black with #A44413

Text Example


Text Example

White with #A44413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44413; }

 p { color: rgb(164,68,19); }

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

background-color css

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

 a { background-color: rgb(164,68,19); }

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

border-color css

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

 span { border-color: rgb(164,68,19); }

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