Html Css Color HEX #AC3801 Rust

📋 copy color: '#AC3801'

red 172 ◦ green 56 ◦ blue 1

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

Shades of Rust #AC3801

Tints of Rust #AC3801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 75.11%
G = 24.45%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC3801 (or 0xAC3801) is known color: Rust. HEX triplet: AC, 38 and 01. RGB value is (172,56,1). Sum of RGB (Red+Green+Blue) = 172+56+1=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3801 is #53C7FE. Grayscale: #545454. Windows color (decimal): -5490687 or 80044. OLE color: 80044.

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

Color convert

RGB 172 56 1 -
CMYK 0 0.67 0.99 0.33
HSL 19.3º 0.99% 0.34% -
HSV(B) 19.3º 0.99% 0.67% -
XYZ 18.43 11.6 1.3 -
YUV 84.41 80.93 190.47 -
System Red Green Blue C M Y K H S L
Decimal 172 56 1 0 0.67 0.99 0.33 19.3 0.99 0.34
Hex AC 38 1 0 43 63 21 13 63 22
Octal 254 70 1 0 103 143 41 23 143 42
Binary 10101100 111000 1 0 1000011 1100011 100001 10011 1100011 100010

Color Harmonies of #AC3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3801

Black with #AC3801

Text Example


Text Example

White with #AC3801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3801; }

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

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

background-color css

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

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

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

border-color css

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

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

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