Html Css Color HEX #AC411E Rust

📋 copy color: '#AC411E'

red 172 ◦ green 65 ◦ blue 30

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

Shades of Rust #AC411E

Tints of Rust #AC411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 64.42%
G = 24.34%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC411E (or 0xAC411E) is known color: Rust. HEX triplet: AC, 41 and 1E. RGB value is (172,65,30). Sum of RGB (Red+Green+Blue) = 172+65+30=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC411E is #53BEE1. Grayscale: #5D5D5D. Windows color (decimal): -5488354 or 1982892. OLE color: 1982892.

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

Color convert

RGB 172 65 30 -
CMYK 0 0.62 0.83 0.33
HSL 14.79º 0.7% 0.4% -
HSV(B) 14.79º 0.83% 0.67% -
XYZ 19.14 12.64 2.66 -
YUV 93 92.45 184.35 -
System Red Green Blue C M Y K H S L
Decimal 172 65 30 0 0.62 0.83 0.33 14.79 0.7 0.4
Hex AC 41 1E 0 3E 53 21 F 46 28
Octal 254 101 36 0 76 123 41 17 106 50
Binary 10101100 1000001 11110 0 111110 1010011 100001 1111 1000110 101000

Color Harmonies of #AC411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC411E

Black with #AC411E

Text Example


Text Example

White with #AC411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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