Html Css Color HEX #AC481A Rust

📋 copy color: '#AC481A'

red 172 ◦ green 72 ◦ blue 26

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

Shades of Rust #AC481A

Tints of Rust #AC481A

RGB

 RED value IS 172 (67.58% from 255) = 63.7%

 GREEN value IS 72 (28.52% from 255) = 26.67%

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 63.7%
G = 26.67%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC481A (or 0xAC481A) is known color: Rust. HEX triplet: AC, 48 and 1A. RGB value is (172,72,26). Sum of RGB (Red+Green+Blue) = 172+72+26=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC481A is #53B7E5. Grayscale: #606060. Windows color (decimal): -5486566 or 1722540. OLE color: 1722540.

HSL color Cylindrical-coordinate representation of color #AC481A: hue angle of 18.9º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC481A is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 72 26 -
CMYK 0 0.58 0.85 0.33
HSL 18.9º 0.74% 0.39% -
HSV(B) 18.9º 0.85% 0.67% -
XYZ 19.52 13.48 2.55 -
YUV 96.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 172 72 26 0 0.58 0.85 0.33 18.9 0.74 0.39
Hex AC 48 1A 0 3A 55 21 13 4A 27
Octal 254 110 32 0 72 125 41 23 112 47
Binary 10101100 1001000 11010 0 111010 1010101 100001 10011 1001010 100111

Color Harmonies of #AC481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC481A

Black with #AC481A

Text Example


Text Example

White with #AC481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC481A; }

 p { color: rgb(172,72,26); }

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

background-color css

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

 a { background-color: rgb(172,72,26); }

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

border-color css

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

 span { border-color: rgb(172,72,26); }

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