Html Css Color HEX #AC380E Rust

📋 copy color: '#AC380E'

red 172 ◦ green 56 ◦ blue 14

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

Shades of Rust #AC380E

Tints of Rust #AC380E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 71.07%
G = 23.14%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC380E (or 0xAC380E) is known color: Rust. HEX triplet: AC, 38 and 0E. RGB value is (172,56,14). Sum of RGB (Red+Green+Blue) = 172+56+14=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC380E is #53C7F1. Grayscale: #565656. Windows color (decimal): -5490674 or 932012. OLE color: 932012.

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

Color convert

RGB 172 56 14 -
CMYK 0 0.67 0.92 0.33
HSL 15.95º 0.85% 0.36% -
HSV(B) 15.95º 0.92% 0.67% -
XYZ 18.51 11.63 1.69 -
YUV 85.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 172 56 14 0 0.67 0.92 0.33 15.95 0.85 0.36
Hex AC 38 E 0 43 5C 21 10 55 24
Octal 254 70 16 0 103 134 41 20 125 44
Binary 10101100 111000 1110 0 1000011 1011100 100001 10000 1010101 100100

Color Harmonies of #AC380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC380E

Black with #AC380E

Text Example


Text Example

White with #AC380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC380E; }

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

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

background-color css

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

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

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

border-color css

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

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

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