Html Css Color HEX #A2390D Rust

📋 copy color: '#A2390D'

red 162 ◦ green 57 ◦ blue 13

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

Shades of Rust #A2390D

Tints of Rust #A2390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

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

R = 69.83%
G = 24.57%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A2390D (or 0xA2390D) is known color: Rust. HEX triplet: A2, 39 and 0D. RGB value is (162,57,13). Sum of RGB (Red+Green+Blue) = 162+57+13=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A2390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2390D is #5DC6F2. Grayscale: #535353. Windows color (decimal): -6145779 or 866722. OLE color: 866722.

HSL color Cylindrical-coordinate representation of color #A2390D: hue angle of 17.72º 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 #A2390D is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 57 13 -
CMYK 0 0.65 0.92 0.36
HSL 17.72º 0.85% 0.34% -
HSV(B) 17.72º 0.92% 0.64% -
XYZ 16.44 10.64 1.57 -
YUV 83.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 162 57 13 0 0.65 0.92 0.36 17.72 0.85 0.34
Hex A2 39 D 0 41 5C 24 12 55 22
Octal 242 71 15 0 101 134 44 22 125 42
Binary 10100010 111001 1101 0 1000001 1011100 100100 10010 1010101 100010

Color Harmonies of #A2390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2390D

Black with #A2390D

Text Example


Text Example

White with #A2390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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