Html Css Color HEX #AE3508 Rust

📋 copy color: '#AE3508'

red 174 ◦ green 53 ◦ blue 8

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

Shades of Rust #AE3508

Tints of Rust #AE3508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 74.04%
G = 22.55%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE3508 (or 0xAE3508) is known color: Rust. HEX triplet: AE, 35 and 08. RGB value is (174,53,8). Sum of RGB (Red+Green+Blue) = 174+53+8=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3508 is #51CAF7. Grayscale: #545454. Windows color (decimal): -5360376 or 538030. OLE color: 538030.

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

Color convert

RGB 174 53 8 -
CMYK 0 0.70 0.95 0.32
HSL 16.27º 0.91% 0.36% -
HSV(B) 16.27º 0.95% 0.68% -
XYZ 18.77 11.56 1.47 -
YUV 84.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 174 53 8 0 0.70 0.95 0.32 16.27 0.91 0.36
Hex AE 35 8 0 46 5F 20 10 5B 24
Octal 256 65 10 0 106 137 40 20 133 44
Binary 10101110 110101 1000 0 1000110 1011111 100000 10000 1011011 100100

Color Harmonies of #AE3508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3508

Black with #AE3508

Text Example


Text Example

White with #AE3508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3508; }

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

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

background-color css

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

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

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

border-color css

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

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

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