Html Css Color HEX #AC381E Rust

📋 copy color: '#AC381E'

red 172 ◦ green 56 ◦ blue 30

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

Shades of Rust #AC381E

Tints of Rust #AC381E

RGB

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

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

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

R = 66.67%
G = 21.71%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC381E (or 0xAC381E) is known color: Rust. HEX triplet: AC, 38 and 1E. RGB value is (172,56,30). Sum of RGB (Red+Green+Blue) = 172+56+30=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC381E is #53C7E1. Grayscale: #575757. Windows color (decimal): -5490658 or 1980588. OLE color: 1980588.

HSL color Cylindrical-coordinate representation of color #AC381E: hue angle of 10.99º 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 #AC381E is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 56 30 -
CMYK 0 0.67 0.83 0.33
HSL 10.99º 0.7% 0.4% -
HSV(B) 10.99º 0.83% 0.67% -
XYZ 18.66 11.69 2.5 -
YUV 87.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 172 56 30 0 0.67 0.83 0.33 10.99 0.7 0.4
Hex AC 38 1E 0 43 53 21 B 46 28
Octal 254 70 36 0 103 123 41 13 106 50
Binary 10101100 111000 11110 0 1000011 1010011 100001 1011 1000110 101000

Color Harmonies of #AC381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC381E

Black with #AC381E

Text Example


Text Example

White with #AC381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC381E; }

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

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

background-color css

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

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

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

border-color css

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

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

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