Html Css Color HEX #A14505 Rust

📋 copy color: '#A14505'

red 161 ◦ green 69 ◦ blue 5

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

Shades of Rust #A14505

Tints of Rust #A14505

RGB

 RED value IS 161 (63.28% from 255) = 68.51%

 GREEN value IS 69 (27.34% from 255) = 29.36%

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 68.51%
G = 29.36%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A14505 (or 0xA14505) is known color: Rust. HEX triplet: A1, 45 and 05. RGB value is (161,69,5). Sum of RGB (Red+Green+Blue) = 161+69+5=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A14505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14505 is #5EBAFA. Grayscale: #595959. Windows color (decimal): -6208251 or 345505. OLE color: 345505.

HSL color Cylindrical-coordinate representation of color #A14505: hue angle of 24.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A14505 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 69 5 -
CMYK 0 0.57 0.97 0.37
HSL 24.62º 0.94% 0.33% -
HSV(B) 24.62º 0.97% 0.63% -
XYZ 16.85 11.84 1.54 -
YUV 89.21 80.48 179.2 -
System Red Green Blue C M Y K H S L
Decimal 161 69 5 0 0.57 0.97 0.37 24.62 0.94 0.33
Hex A1 45 5 0 39 61 25 19 5E 21
Octal 241 105 5 0 71 141 45 31 136 41
Binary 10100001 1000101 101 0 111001 1100001 100101 11001 1011110 100001

Color Harmonies of #A14505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14505

Black with #A14505

Text Example


Text Example

White with #A14505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14505; }

 p { color: rgb(161,69,5); }

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

background-color css

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

 a { background-color: rgb(161,69,5); }

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

border-color css

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

 span { border-color: rgb(161,69,5); }

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