Html Css Color HEX #AC370A Rust

📋 copy color: '#AC370A'

red 172 ◦ green 55 ◦ blue 10

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

Shades of Rust #AC370A

Tints of Rust #AC370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 72.57%
G = 23.21%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC370A (or 0xAC370A) is known color: Rust. HEX triplet: AC, 37 and 0A. RGB value is (172,55,10). Sum of RGB (Red+Green+Blue) = 172+55+10=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC370A is #53C8F5. Grayscale: #555555. Windows color (decimal): -5490934 or 669612. OLE color: 669612.

HSL color Cylindrical-coordinate representation of color #AC370A: hue angle of 16.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC370A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 10 -
CMYK 0 0.68 0.94 0.33
HSL 16.67º 0.89% 0.36% -
HSV(B) 16.67º 0.94% 0.67% -
XYZ 18.43 11.52 1.54 -
YUV 84.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 172 55 10 0 0.68 0.94 0.33 16.67 0.89 0.36
Hex AC 37 A 0 44 5E 21 11 59 24
Octal 254 67 12 0 104 136 41 21 131 44
Binary 10101100 110111 1010 0 1000100 1011110 100001 10001 1011001 100100

Color Harmonies of #AC370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC370A

Black with #AC370A

Text Example


Text Example

White with #AC370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC370A; }

 p { color: rgb(172,55,10); }

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

background-color css

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

 a { background-color: rgb(172,55,10); }

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

border-color css

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

 span { border-color: rgb(172,55,10); }

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