Html Css Color HEX #A24104 Rust

📋 copy color: '#A24104'

red 162 ◦ green 65 ◦ blue 4

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

Shades of Rust #A24104

Tints of Rust #A24104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 70.13%
G = 28.14%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A24104 (or 0xA24104) is known color: Rust. HEX triplet: A2, 41 and 04. RGB value is (162,65,4). Sum of RGB (Red+Green+Blue) = 162+65+4=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A24104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24104 is #5DBEFB. Grayscale: #575757. Windows color (decimal): -6143740 or 278946. OLE color: 278946.

HSL color Cylindrical-coordinate representation of color #A24104: hue angle of 23.16º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A24104 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 65 4 -
CMYK 0 0.60 0.98 0.36
HSL 23.16º 0.95% 0.33% -
HSV(B) 23.16º 0.98% 0.64% -
XYZ 16.81 11.47 1.44 -
YUV 87.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 162 65 4 0 0.60 0.98 0.36 23.16 0.95 0.33
Hex A2 41 4 0 3C 62 24 17 5F 21
Octal 242 101 4 0 74 142 44 27 137 41
Binary 10100010 1000001 100 0 111100 1100010 100100 10111 1011111 100001

Color Harmonies of #A24104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24104

Black with #A24104

Text Example


Text Example

White with #A24104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24104; }

 p { color: rgb(162,65,4); }

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

background-color css

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

 a { background-color: rgb(162,65,4); }

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

border-color css

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

 span { border-color: rgb(162,65,4); }

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