Html Css Color HEX #AC351B Rust

📋 copy color: '#AC351B'

red 172 ◦ green 53 ◦ blue 27

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

Shades of Rust #AC351B

Tints of Rust #AC351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 68.25%
G = 21.03%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC351B (or 0xAC351B) is known color: Rust. HEX triplet: AC, 35 and 1B. RGB value is (172,53,27). Sum of RGB (Red+Green+Blue) = 172+53+27=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC351B is #53CAE4. Grayscale: #555555. Windows color (decimal): -5491429 or 1783212. OLE color: 1783212.

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

Color convert

RGB 172 53 27 -
CMYK 0 0.69 0.84 0.33
HSL 10.76º 0.73% 0.39% -
HSV(B) 10.76º 0.84% 0.67% -
XYZ 18.48 11.4 2.26 -
YUV 85.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 172 53 27 0 0.69 0.84 0.33 10.76 0.73 0.39
Hex AC 35 1B 0 45 54 21 B 49 27
Octal 254 65 33 0 105 124 41 13 111 47
Binary 10101100 110101 11011 0 1000101 1010100 100001 1011 1001001 100111

Color Harmonies of #AC351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC351B

Black with #AC351B

Text Example


Text Example

White with #AC351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC351B; }

 p { color: rgb(172,53,27); }

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

background-color css

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

 a { background-color: rgb(172,53,27); }

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

border-color css

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

 span { border-color: rgb(172,53,27); }

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