Html Css Color HEX #AC450F Rust

📋 copy color: '#AC450F'

red 172 ◦ green 69 ◦ blue 15

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

Shades of Rust #AC450F

Tints of Rust #AC450F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 67.19%
G = 26.95%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC450F (or 0xAC450F) is known color: Rust. HEX triplet: AC, 45 and 0F. RGB value is (172,69,15). Sum of RGB (Red+Green+Blue) = 172+69+15=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC450F is #53BAF0. Grayscale: #5D5D5D. Windows color (decimal): -5487345 or 1000876. OLE color: 1000876.

HSL color Cylindrical-coordinate representation of color #AC450F: hue angle of 20.64º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC450F is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 15 -
CMYK 0 0.60 0.91 0.33
HSL 20.64º 0.84% 0.37% -
HSV(B) 20.64º 0.91% 0.67% -
XYZ 19.23 13.06 1.96 -
YUV 93.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 172 69 15 0 0.60 0.91 0.33 20.64 0.84 0.37
Hex AC 45 F 0 3C 5B 21 15 54 25
Octal 254 105 17 0 74 133 41 25 124 45
Binary 10101100 1000101 1111 0 111100 1011011 100001 10101 1010100 100101

Color Harmonies of #AC450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC450F

Black with #AC450F

Text Example


Text Example

White with #AC450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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