Html Css Color HEX #AC3F0F Rust

📋 copy color: '#AC3F0F'

red 172 ◦ green 63 ◦ blue 15

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

Shades of Rust #AC3F0F

Tints of Rust #AC3F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

 BLUE value IS 15 (6.25% from 255) = 6%

R = 68.8%
G = 25.2%
B = 6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC3F0F (or 0xAC3F0F) is known color: Rust. HEX triplet: AC, 3F and 0F. RGB value is (172,63,15). Sum of RGB (Red+Green+Blue) = 172+63+15=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F0F is #53C0F0. Grayscale: #5A5A5A. Windows color (decimal): -5488881 or 999340. OLE color: 999340.

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

Color convert

RGB 172 63 15 -
CMYK 0 0.63 0.91 0.33
HSL 18.34º 0.84% 0.37% -
HSV(B) 18.34º 0.91% 0.67% -
XYZ 18.88 12.36 1.84 -
YUV 90.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 172 63 15 0 0.63 0.91 0.33 18.34 0.84 0.37
Hex AC 3F F 0 3F 5B 21 12 54 25
Octal 254 77 17 0 77 133 41 22 124 45
Binary 10101100 111111 1111 0 111111 1011011 100001 10010 1010100 100101

Color Harmonies of #AC3F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F0F

Black with #AC3F0F

Text Example


Text Example

White with #AC3F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F0F; }

 p { color: rgb(172,63,15); }

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

background-color css

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

 a { background-color: rgb(172,63,15); }

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

border-color css

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

 span { border-color: rgb(172,63,15); }

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