Html Css Color HEX #A2360D Rust

📋 copy color: '#A2360D'

red 162 ◦ green 54 ◦ blue 13

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

Shades of Rust #A2360D

Tints of Rust #A2360D

RGB

 RED value IS 162 (63.67% from 255) = 70.74%

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

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

R = 70.74%
G = 23.58%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A2360D (or 0xA2360D) is known color: Rust. HEX triplet: A2, 36 and 0D. RGB value is (162,54,13). Sum of RGB (Red+Green+Blue) = 162+54+13=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2360D is #5DC9F2. Grayscale: #515151. Windows color (decimal): -6146547 or 865954. OLE color: 865954.

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

Color convert

RGB 162 54 13 -
CMYK 0 0.67 0.92 0.36
HSL 16.51º 0.85% 0.34% -
HSV(B) 16.51º 0.92% 0.64% -
XYZ 16.29 10.35 1.52 -
YUV 81.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 162 54 13 0 0.67 0.92 0.36 16.51 0.85 0.34
Hex A2 36 D 0 43 5C 24 11 55 22
Octal 242 66 15 0 103 134 44 21 125 42
Binary 10100010 110110 1101 0 1000011 1011100 100100 10001 1010101 100010

Color Harmonies of #A2360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2360D

Black with #A2360D

Text Example


Text Example

White with #A2360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2360D; }

 p { color: rgb(162,54,13); }

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

background-color css

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

 a { background-color: rgb(162,54,13); }

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

border-color css

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

 span { border-color: rgb(162,54,13); }

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