Html Css Color HEX #AC3D1B Rust

📋 copy color: '#AC3D1B'

red 172 ◦ green 61 ◦ blue 27

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

Shades of Rust #AC3D1B

Tints of Rust #AC3D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.46%

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 66.15%
G = 23.46%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC3D1B (or 0xAC3D1B) is known color: Rust. HEX triplet: AC, 3D and 1B. RGB value is (172,61,27). Sum of RGB (Red+Green+Blue) = 172+61+27=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D1B is #53C2E4. Grayscale: #5A5A5A. Windows color (decimal): -5489381 or 1785260. OLE color: 1785260.

HSL color Cylindrical-coordinate representation of color #AC3D1B: hue angle of 14.07º degrees, saturation: 0.73, 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 #AC3D1B is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 61 27 -
CMYK 0 0.65 0.84 0.33
HSL 14.07º 0.73% 0.39% -
HSV(B) 14.07º 0.84% 0.67% -
XYZ 18.88 12.19 2.39 -
YUV 90.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 172 61 27 0 0.65 0.84 0.33 14.07 0.73 0.39
Hex AC 3D 1B 0 41 54 21 E 49 27
Octal 254 75 33 0 101 124 41 16 111 47
Binary 10101100 111101 11011 0 1000001 1010100 100001 1110 1001001 100111

Color Harmonies of #AC3D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D1B

Black with #AC3D1B

Text Example


Text Example

White with #AC3D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D1B; }

 p { color: rgb(172,61,27); }

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

background-color css

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

 a { background-color: rgb(172,61,27); }

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

border-color css

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

 span { border-color: rgb(172,61,27); }

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