Html Css Color HEX #AC381C Rust

📋 copy color: '#AC381C'

red 172 ◦ green 56 ◦ blue 28

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

Shades of Rust #AC381C

Tints of Rust #AC381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 67.19%
G = 21.88%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC381C (or 0xAC381C) is known color: Rust. HEX triplet: AC, 38 and 1C. RGB value is (172,56,28). Sum of RGB (Red+Green+Blue) = 172+56+28=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC381C is #53C7E3. Grayscale: #575757. Windows color (decimal): -5490660 or 1849516. OLE color: 1849516.

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

Color convert

RGB 172 56 28 -
CMYK 0 0.67 0.84 0.33
HSL 11.67º 0.72% 0.39% -
HSV(B) 11.67º 0.84% 0.67% -
XYZ 18.64 11.68 2.37 -
YUV 87.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 172 56 28 0 0.67 0.84 0.33 11.67 0.72 0.39
Hex AC 38 1C 0 43 54 21 C 48 27
Octal 254 70 34 0 103 124 41 14 110 47
Binary 10101100 111000 11100 0 1000011 1010100 100001 1100 1001000 100111

Color Harmonies of #AC381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC381C

Black with #AC381C

Text Example


Text Example

White with #AC381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC381C; }

 p { color: rgb(172,56,28); }

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

background-color css

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

 a { background-color: rgb(172,56,28); }

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

border-color css

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

 span { border-color: rgb(172,56,28); }

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