Html Css Color HEX #A44B0D Rust

📋 copy color: '#A44B0D'

red 164 ◦ green 75 ◦ blue 13

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

Shades of Rust #A44B0D

Tints of Rust #A44B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 65.08%
G = 29.76%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A44B0D (or 0xA44B0D) is known color: Rust. HEX triplet: A4, 4B and 0D. RGB value is (164,75,13). Sum of RGB (Red+Green+Blue) = 164+75+13=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44B0D is #5BB4F2. Grayscale: #5E5E5E. Windows color (decimal): -6010099 or 871332. OLE color: 871332.

HSL color Cylindrical-coordinate representation of color #A44B0D: hue angle of 24.64º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A44B0D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 75 13 -
CMYK 0 0.54 0.92 0.36
HSL 24.64º 0.85% 0.35% -
HSV(B) 24.64º 0.92% 0.64% -
XYZ 17.9 12.95 1.94 -
YUV 94.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 164 75 13 0 0.54 0.92 0.36 24.64 0.85 0.35
Hex A4 4B D 0 36 5C 24 19 55 23
Octal 244 113 15 0 66 134 44 31 125 43
Binary 10100100 1001011 1101 0 110110 1011100 100100 11001 1010101 100011

Color Harmonies of #A44B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B0D

Black with #A44B0D

Text Example


Text Example

White with #A44B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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