Html Css Color HEX #AC3819 Rust

📋 copy color: '#AC3819'

red 172 ◦ green 56 ◦ blue 25

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

Shades of Rust #AC3819

Tints of Rust #AC3819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 67.98%
G = 22.13%
B = 9.88%

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

#AC3819 (or 0xAC3819) is known color: Rust. HEX triplet: AC, 38 and 19. RGB value is (172,56,25). Sum of RGB (Red+Green+Blue) = 172+56+25=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3819 is #53C7E6. Grayscale: #575757. Windows color (decimal): -5490663 or 1652908. OLE color: 1652908.

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

Color convert

RGB 172 56 25 -
CMYK 0 0.67 0.85 0.33
HSL 12.65º 0.75% 0.39% -
HSV(B) 12.65º 0.85% 0.67% -
XYZ 18.6 11.67 2.19 -
YUV 87.15 92.93 188.52 -
System Red Green Blue C M Y K H S L
Decimal 172 56 25 0 0.67 0.85 0.33 12.65 0.75 0.39
Hex AC 38 19 0 43 55 21 D 4B 27
Octal 254 70 31 0 103 125 41 15 113 47
Binary 10101100 111000 11001 0 1000011 1010101 100001 1101 1001011 100111

Color Harmonies of #AC3819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3819

Black with #AC3819

Text Example


Text Example

White with #AC3819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3819; }

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

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

background-color css

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

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

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

border-color css

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

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

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