Html Css Color HEX #AC411F Rust

📋 copy color: '#AC411F'

red 172 ◦ green 65 ◦ blue 31

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

Shades of Rust #AC411F

Tints of Rust #AC411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 64.18%
G = 24.25%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC411F (or 0xAC411F) is known color: Rust. HEX triplet: AC, 41 and 1F. RGB value is (172,65,31). Sum of RGB (Red+Green+Blue) = 172+65+31=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC411F is #53BEE0. Grayscale: #5D5D5D. Windows color (decimal): -5488353 or 2048428. OLE color: 2048428.

HSL color Cylindrical-coordinate representation of color #AC411F: hue angle of 14.47º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC411F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 31 -
CMYK 0 0.62 0.82 0.33
HSL 14.47º 0.69% 0.4% -
HSV(B) 14.47º 0.82% 0.67% -
XYZ 19.15 12.65 2.73 -
YUV 93.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 172 65 31 0 0.62 0.82 0.33 14.47 0.69 0.4
Hex AC 41 1F 0 3E 52 21 E 45 28
Octal 254 101 37 0 76 122 41 16 105 50
Binary 10101100 1000001 11111 0 111110 1010010 100001 1110 1000101 101000

Color Harmonies of #AC411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC411F

Black with #AC411F

Text Example


Text Example

White with #AC411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC411F; }

 p { color: rgb(172,65,31); }

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

background-color css

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

 a { background-color: rgb(172,65,31); }

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

border-color css

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

 span { border-color: rgb(172,65,31); }

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