Html Css Color HEX #AC450D Rust

📋 copy color: '#AC450D'

red 172 ◦ green 69 ◦ blue 13

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

Shades of Rust #AC450D

Tints of Rust #AC450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 67.72%
G = 27.17%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC450D (or 0xAC450D) is known color: Rust. HEX triplet: AC, 45 and 0D. RGB value is (172,69,13). Sum of RGB (Red+Green+Blue) = 172+69+13=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC450D is #53BAF2. Grayscale: #5D5D5D. Windows color (decimal): -5487347 or 869804. OLE color: 869804.

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

Color convert

RGB 172 69 13 -
CMYK 0 0.60 0.92 0.33
HSL 21.13º 0.86% 0.36% -
HSV(B) 21.13º 0.92% 0.67% -
XYZ 19.21 13.06 1.89 -
YUV 93.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 172 69 13 0 0.60 0.92 0.33 21.13 0.86 0.36
Hex AC 45 D 0 3C 5C 21 15 56 24
Octal 254 105 15 0 74 134 41 25 126 44
Binary 10101100 1000101 1101 0 111100 1011100 100001 10101 1010110 100100

Color Harmonies of #AC450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC450D

Black with #AC450D

Text Example


Text Example

White with #AC450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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