Html Css Color HEX #AC2B0D Rust

📋 copy color: '#AC2B0D'

red 172 ◦ green 43 ◦ blue 13

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

Shades of Rust #AC2B0D

Tints of Rust #AC2B0D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.86%

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 75.44%
G = 18.86%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC2B0D (or 0xAC2B0D) is known color: Rust. HEX triplet: AC, 2B and 0D. RGB value is (172,43,13). Sum of RGB (Red+Green+Blue) = 172+43+13=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2B0D is #53D4F2. Grayscale: #4E4E4E. Windows color (decimal): -5494003 or 863148. OLE color: 863148.

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

Color convert

RGB 172 43 13 -
CMYK 0 0.75 0.92 0.33
HSL 11.32º 0.86% 0.36% -
HSV(B) 11.32º 0.92% 0.67% -
XYZ 17.95 10.53 1.47 -
YUV 78.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 172 43 13 0 0.75 0.92 0.33 11.32 0.86 0.36
Hex AC 2B D 0 4B 5C 21 B 56 24
Octal 254 53 15 0 113 134 41 13 126 44
Binary 10101100 101011 1101 0 1001011 1011100 100001 1011 1010110 100100

Color Harmonies of #AC2B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B0D

Black with #AC2B0D

Text Example


Text Example

White with #AC2B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B0D; }

 p { color: rgb(172,43,13); }

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

background-color css

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

 a { background-color: rgb(172,43,13); }

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

border-color css

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

 span { border-color: rgb(172,43,13); }

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