Html Css Color HEX #AC381A Rust

📋 copy color: '#AC381A'

red 172 ◦ green 56 ◦ blue 26

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

Shades of Rust #AC381A

Tints of Rust #AC381A

RGB

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

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

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

R = 67.72%
G = 22.05%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC381A (or 0xAC381A) is known color: Rust. HEX triplet: AC, 38 and 1A. RGB value is (172,56,26). Sum of RGB (Red+Green+Blue) = 172+56+26=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC381A is #53C7E5. Grayscale: #575757. Windows color (decimal): -5490662 or 1718444. OLE color: 1718444.

HSL color Cylindrical-coordinate representation of color #AC381A: hue angle of 12.33º 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 #AC381A is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 56 26 -
CMYK 0 0.67 0.85 0.33
HSL 12.33º 0.74% 0.39% -
HSV(B) 12.33º 0.85% 0.67% -
XYZ 18.61 11.67 2.25 -
YUV 87.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 172 56 26 0 0.67 0.85 0.33 12.33 0.74 0.39
Hex AC 38 1A 0 43 55 21 C 4A 27
Octal 254 70 32 0 103 125 41 14 112 47
Binary 10101100 111000 11010 0 1000011 1010101 100001 1100 1001010 100111

Color Harmonies of #AC381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC381A

Black with #AC381A

Text Example


Text Example

White with #AC381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC381A; }

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

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

background-color css

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

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

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

border-color css

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

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

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