Html Css Color HEX #AC380B Rust

📋 copy color: '#AC380B'

red 172 ◦ green 56 ◦ blue 11

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

Shades of Rust #AC380B

Tints of Rust #AC380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 71.97%
G = 23.43%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC380B (or 0xAC380B) is known color: Rust. HEX triplet: AC, 38 and 0B. RGB value is (172,56,11). Sum of RGB (Red+Green+Blue) = 172+56+11=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC380B is #53C7F4. Grayscale: #555555. Windows color (decimal): -5490677 or 735404. OLE color: 735404.

HSL color Cylindrical-coordinate representation of color #AC380B: hue angle of 16.77º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC380B is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 56 11 -
CMYK 0 0.67 0.94 0.33
HSL 16.77º 0.88% 0.36% -
HSV(B) 16.77º 0.94% 0.67% -
XYZ 18.49 11.62 1.59 -
YUV 85.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 172 56 11 0 0.67 0.94 0.33 16.77 0.88 0.36
Hex AC 38 B 0 43 5E 21 11 58 24
Octal 254 70 13 0 103 136 41 21 130 44
Binary 10101100 111000 1011 0 1000011 1011110 100001 10001 1011000 100100

Color Harmonies of #AC380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC380B

Black with #AC380B

Text Example


Text Example

White with #AC380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC380B; }

 p { color: rgb(172,56,11); }

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

background-color css

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

 a { background-color: rgb(172,56,11); }

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

border-color css

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

 span { border-color: rgb(172,56,11); }

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