Html Css Color HEX #A14405 Rust

📋 copy color: '#A14405'

red 161 ◦ green 68 ◦ blue 5

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

Shades of Rust #A14405

Tints of Rust #A14405

RGB

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

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

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

R = 68.8%
G = 29.06%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A14405 (or 0xA14405) is known color: Rust. HEX triplet: A1, 44 and 05. RGB value is (161,68,5). Sum of RGB (Red+Green+Blue) = 161+68+5=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A14405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14405 is #5EBBFA. Grayscale: #585858. Windows color (decimal): -6208507 or 345249. OLE color: 345249.

HSL color Cylindrical-coordinate representation of color #A14405: hue angle of 24.23º 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 #A14405 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 68 5 -
CMYK 0 0.58 0.97 0.37
HSL 24.23º 0.94% 0.33% -
HSV(B) 24.23º 0.97% 0.63% -
XYZ 16.79 11.72 1.52 -
YUV 88.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 161 68 5 0 0.58 0.97 0.37 24.23 0.94 0.33
Hex A1 44 5 0 3A 61 25 18 5E 21
Octal 241 104 5 0 72 141 45 30 136 41
Binary 10100001 1000100 101 0 111010 1100001 100101 11000 1011110 100001

Color Harmonies of #A14405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14405

Black with #A14405

Text Example


Text Example

White with #A14405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14405; }

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

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

background-color css

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

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

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

border-color css

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

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

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