Html Css Color HEX #AC3D0F Rust

📋 copy color: '#AC3D0F'

red 172 ◦ green 61 ◦ blue 15

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

Shades of Rust #AC3D0F

Tints of Rust #AC3D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

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

R = 69.35%
G = 24.6%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC3D0F (or 0xAC3D0F) is known color: Rust. HEX triplet: AC, 3D and 0F. RGB value is (172,61,15). Sum of RGB (Red+Green+Blue) = 172+61+15=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D0F is #53C2F0. Grayscale: #595959. Windows color (decimal): -5489393 or 998828. OLE color: 998828.

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

Color convert

RGB 172 61 15 -
CMYK 0 0.65 0.91 0.33
HSL 17.58º 0.84% 0.37% -
HSV(B) 17.58º 0.91% 0.67% -
XYZ 18.77 12.14 1.81 -
YUV 88.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 172 61 15 0 0.65 0.91 0.33 17.58 0.84 0.37
Hex AC 3D F 0 41 5B 21 12 54 25
Octal 254 75 17 0 101 133 41 22 124 45
Binary 10101100 111101 1111 0 1000001 1011011 100001 10010 1010100 100101

Color Harmonies of #AC3D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D0F

Black with #AC3D0F

Text Example


Text Example

White with #AC3D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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