Html Css Color HEX #AC3908 Rust

📋 copy color: '#AC3908'

red 172 ◦ green 57 ◦ blue 8

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

Shades of Rust #AC3908

Tints of Rust #AC3908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.05%

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

R = 72.57%
G = 24.05%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC3908 (or 0xAC3908) is known color: Rust. HEX triplet: AC, 39 and 08. RGB value is (172,57,8). Sum of RGB (Red+Green+Blue) = 172+57+8=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3908 is #53C6F7. Grayscale: #565656. Windows color (decimal): -5490424 or 539052. OLE color: 539052.

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

Color convert

RGB 172 57 8 -
CMYK 0 0.67 0.95 0.33
HSL 17.93º 0.91% 0.35% -
HSV(B) 17.93º 0.95% 0.67% -
XYZ 18.52 11.71 1.51 -
YUV 85.8 84.1 189.48 -
System Red Green Blue C M Y K H S L
Decimal 172 57 8 0 0.67 0.95 0.33 17.93 0.91 0.35
Hex AC 39 8 0 43 5F 21 12 5B 23
Octal 254 71 10 0 103 137 41 22 133 43
Binary 10101100 111001 1000 0 1000011 1011111 100001 10010 1011011 100011

Color Harmonies of #AC3908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3908

Black with #AC3908

Text Example


Text Example

White with #AC3908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3908; }

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

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

background-color css

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

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

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

border-color css

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

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

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