Html Css Color HEX #AC3E08 Rust

📋 copy color: '#AC3E08'

red 172 ◦ green 62 ◦ blue 8

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

Shades of Rust #AC3E08

Tints of Rust #AC3E08

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.62%

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 71.07%
G = 25.62%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC3E08 (or 0xAC3E08) is known color: Rust. HEX triplet: AC, 3E and 08. RGB value is (172,62,8). Sum of RGB (Red+Green+Blue) = 172+62+8=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3E08 is #53C1F7. Grayscale: #595959. Windows color (decimal): -5489144 or 540332. OLE color: 540332.

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

Color convert

RGB 172 62 8 -
CMYK 0 0.64 0.95 0.33
HSL 19.76º 0.91% 0.35% -
HSV(B) 19.76º 0.95% 0.67% -
XYZ 18.78 12.23 1.6 -
YUV 88.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 172 62 8 0 0.64 0.95 0.33 19.76 0.91 0.35
Hex AC 3E 8 0 40 5F 21 14 5B 23
Octal 254 76 10 0 100 137 41 24 133 43
Binary 10101100 111110 1000 0 1000000 1011111 100001 10100 1011011 100011

Color Harmonies of #AC3E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E08

Black with #AC3E08

Text Example


Text Example

White with #AC3E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E08; }

 p { color: rgb(172,62,8); }

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

background-color css

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

 a { background-color: rgb(172,62,8); }

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

border-color css

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

 span { border-color: rgb(172,62,8); }

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