Html Css Color HEX #A1360A Rust

📋 copy color: '#A1360A'

red 161 ◦ green 54 ◦ blue 10

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

Shades of Rust #A1360A

Tints of Rust #A1360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

 BLUE value IS 10 (4.3% from 255) = 4.44%

R = 71.56%
G = 24%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A1360A (or 0xA1360A) is known color: Rust. HEX triplet: A1, 36 and 0A. RGB value is (161,54,10). Sum of RGB (Red+Green+Blue) = 161+54+10=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A1360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1360A is #5EC9F5. Grayscale: #515151. Windows color (decimal): -6212086 or 669345. OLE color: 669345.

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

Color convert

RGB 161 54 10 -
CMYK 0 0.66 0.94 0.37
HSL 17.48º 0.88% 0.34% -
HSV(B) 17.48º 0.94% 0.63% -
XYZ 16.07 10.24 1.42 -
YUV 80.98 87.95 185.08 -
System Red Green Blue C M Y K H S L
Decimal 161 54 10 0 0.66 0.94 0.37 17.48 0.88 0.34
Hex A1 36 A 0 42 5E 25 11 58 22
Octal 241 66 12 0 102 136 45 21 130 42
Binary 10100001 110110 1010 0 1000010 1011110 100101 10001 1011000 100010

Color Harmonies of #A1360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1360A

Black with #A1360A

Text Example


Text Example

White with #A1360A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1360A; }

 p { color: rgb(161,54,10); }

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

background-color css

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

 a { background-color: rgb(161,54,10); }

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

border-color css

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

 span { border-color: rgb(161,54,10); }

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