Html Css Color HEX #A24314 Rust

📋 copy color: '#A24314'

red 162 ◦ green 67 ◦ blue 20

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

Shades of Rust #A24314

Tints of Rust #A24314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 65.06%
G = 26.91%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A24314 (or 0xA24314) is known color: Rust. HEX triplet: A2, 43 and 14. RGB value is (162,67,20). Sum of RGB (Red+Green+Blue) = 162+67+20=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A24314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24314 is #5DBCEB. Grayscale: #5A5A5A. Windows color (decimal): -6143212 or 1328034. OLE color: 1328034.

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

Color convert

RGB 162 67 20 -
CMYK 0 0.59 0.88 0.36
HSL 19.86º 0.78% 0.36% -
HSV(B) 19.86º 0.88% 0.64% -
XYZ 17.03 11.75 2.03 -
YUV 90.05 88.47 179.32 -
System Red Green Blue C M Y K H S L
Decimal 162 67 20 0 0.59 0.88 0.36 19.86 0.78 0.36
Hex A2 43 14 0 3B 58 24 14 4E 24
Octal 242 103 24 0 73 130 44 24 116 44
Binary 10100010 1000011 10100 0 111011 1011000 100100 10100 1001110 100100

Color Harmonies of #A24314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24314

Black with #A24314

Text Example


Text Example

White with #A24314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24314; }

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

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

background-color css

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

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

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

border-color css

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

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

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