Html Css Color HEX #A2480F Rust

📋 copy color: '#A2480F'

red 162 ◦ green 72 ◦ blue 15

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

Shades of Rust #A2480F

Tints of Rust #A2480F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 65.06%
G = 28.92%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2480F (or 0xA2480F) is known color: Rust. HEX triplet: A2, 48 and 0F. RGB value is (162,72,15). Sum of RGB (Red+Green+Blue) = 162+72+15=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A2480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2480F is #5DB7F0. Grayscale: #5C5C5C. Windows color (decimal): -6141937 or 1001634. OLE color: 1001634.

HSL color Cylindrical-coordinate representation of color #A2480F: hue angle of 23.27º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2480F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 72 15 -
CMYK 0 0.56 0.91 0.36
HSL 23.27º 0.83% 0.35% -
HSV(B) 23.27º 0.91% 0.64% -
XYZ 17.3 12.35 1.92 -
YUV 92.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 162 72 15 0 0.56 0.91 0.36 23.27 0.83 0.35
Hex A2 48 F 0 38 5B 24 17 53 23
Octal 242 110 17 0 70 133 44 27 123 43
Binary 10100010 1001000 1111 0 111000 1011011 100100 10111 1010011 100011

Color Harmonies of #A2480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2480F

Black with #A2480F

Text Example


Text Example

White with #A2480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2480F; }

 p { color: rgb(162,72,15); }

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

background-color css

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

 a { background-color: rgb(162,72,15); }

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

border-color css

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

 span { border-color: rgb(162,72,15); }

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