Html Css Color HEX #A24504 Rust

📋 copy color: '#A24504'

red 162 ◦ green 69 ◦ blue 4

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

Shades of Rust #A24504

Tints of Rust #A24504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.36%

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

R = 68.94%
G = 29.36%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A24504 (or 0xA24504) is known color: Rust. HEX triplet: A2, 45 and 04. RGB value is (162,69,4). Sum of RGB (Red+Green+Blue) = 162+69+4=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A24504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24504 is #5DBAFB. Grayscale: #595959. Windows color (decimal): -6142716 or 279970. OLE color: 279970.

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

Color convert

RGB 162 69 4 -
CMYK 0 0.57 0.98 0.36
HSL 24.68º 0.95% 0.33% -
HSV(B) 24.68º 0.98% 0.64% -
XYZ 17.05 11.95 1.52 -
YUV 89.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 162 69 4 0 0.57 0.98 0.36 24.68 0.95 0.33
Hex A2 45 4 0 39 62 24 19 5F 21
Octal 242 105 4 0 71 142 44 31 137 41
Binary 10100010 1000101 100 0 111001 1100010 100100 11001 1011111 100001

Color Harmonies of #A24504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24504

Black with #A24504

Text Example


Text Example

White with #A24504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24504; }

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

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

background-color css

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

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

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

border-color css

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

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

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