Html Css Color HEX #A2380F Rust

📋 copy color: '#A2380F'

red 162 ◦ green 56 ◦ blue 15

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

Shades of Rust #A2380F

Tints of Rust #A2380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

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

R = 69.53%
G = 24.03%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2380F (or 0xA2380F) is known color: Rust. HEX triplet: A2, 38 and 0F. RGB value is (162,56,15). Sum of RGB (Red+Green+Blue) = 162+56+15=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A2380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2380F is #5DC7F0. Grayscale: #535353. Windows color (decimal): -6146033 or 997538. OLE color: 997538.

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

Color convert

RGB 162 56 15 -
CMYK 0 0.65 0.91 0.36
HSL 16.73º 0.83% 0.35% -
HSV(B) 16.73º 0.91% 0.64% -
XYZ 16.4 10.54 1.62 -
YUV 83.02 89.62 184.33 -
System Red Green Blue C M Y K H S L
Decimal 162 56 15 0 0.65 0.91 0.36 16.73 0.83 0.35
Hex A2 38 F 0 41 5B 24 11 53 23
Octal 242 70 17 0 101 133 44 21 123 43
Binary 10100010 111000 1111 0 1000001 1011011 100100 10001 1010011 100011

Color Harmonies of #A2380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2380F

Black with #A2380F

Text Example


Text Example

White with #A2380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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