Html Css Color HEX #A24315 Rust

📋 copy color: '#A24315'

red 162 ◦ green 67 ◦ blue 21

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

Shades of Rust #A24315

Tints of Rust #A24315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 64.8%
G = 26.8%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A24315 (or 0xA24315) is known color: Rust. HEX triplet: A2, 43 and 15. RGB value is (162,67,21). Sum of RGB (Red+Green+Blue) = 162+67+21=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A24315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24315 is #5DBCEA. Grayscale: #5A5A5A. Windows color (decimal): -6143211 or 1393570. OLE color: 1393570.

HSL color Cylindrical-coordinate representation of color #A24315: hue angle of 19.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A24315 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 67 21 -
CMYK 0 0.59 0.87 0.36
HSL 19.57º 0.77% 0.36% -
HSV(B) 19.57º 0.87% 0.64% -
XYZ 17.04 11.75 2.08 -
YUV 90.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 162 67 21 0 0.59 0.87 0.36 19.57 0.77 0.36
Hex A2 43 15 0 3B 57 24 14 4D 24
Octal 242 103 25 0 73 127 44 24 115 44
Binary 10100010 1000011 10101 0 111011 1010111 100100 10100 1001101 100100

Color Harmonies of #A24315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24315

Black with #A24315

Text Example


Text Example

White with #A24315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24315; }

 p { color: rgb(162,67,21); }

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

background-color css

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

 a { background-color: rgb(162,67,21); }

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

border-color css

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

 span { border-color: rgb(162,67,21); }

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