Html Css Color HEX #AE3C08 Rust

📋 copy color: '#AE3C08'

red 174 ◦ green 60 ◦ blue 8

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

Shades of Rust #AE3C08

Tints of Rust #AE3C08

RGB

 RED value IS 174 (68.36% from 255) = 71.9%

 GREEN value IS 60 (23.83% from 255) = 24.79%

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

R = 71.9%
G = 24.79%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE3C08 (or 0xAE3C08) is known color: Rust. HEX triplet: AE, 3C and 08. RGB value is (174,60,8). Sum of RGB (Red+Green+Blue) = 174+60+8=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C08 is #51C3F7. Grayscale: #585858. Windows color (decimal): -5358584 or 539822. OLE color: 539822.

HSL color Cylindrical-coordinate representation of color #AE3C08: hue angle of 18.8º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE3C08 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 8 -
CMYK 0 0.66 0.95 0.32
HSL 18.8º 0.91% 0.36% -
HSV(B) 18.8º 0.95% 0.68% -
XYZ 19.12 12.25 1.59 -
YUV 88.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 174 60 8 0 0.66 0.95 0.32 18.8 0.91 0.36
Hex AE 3C 8 0 42 5F 20 13 5B 24
Octal 256 74 10 0 102 137 40 23 133 44
Binary 10101110 111100 1000 0 1000010 1011111 100000 10011 1011011 100100

Color Harmonies of #AE3C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C08

Black with #AE3C08

Text Example


Text Example

White with #AE3C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C08; }

 p { color: rgb(174,60,8); }

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

background-color css

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

 a { background-color: rgb(174,60,8); }

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

border-color css

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

 span { border-color: rgb(174,60,8); }

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