Html Css Color HEX #AE3818 Rust

📋 copy color: '#AE3818'

red 174 ◦ green 56 ◦ blue 24

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

Shades of Rust #AE3818

Tints of Rust #AE3818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

 BLUE value IS 24 (9.77% from 255) = 9.45%

R = 68.5%
G = 22.05%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE3818 (or 0xAE3818) is known color: Rust. HEX triplet: AE, 38 and 18. RGB value is (174,56,24). Sum of RGB (Red+Green+Blue) = 174+56+24=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3818 is #51C7E7. Grayscale: #575757. Windows color (decimal): -5359592 or 1587374. OLE color: 1587374.

HSL color Cylindrical-coordinate representation of color #AE3818: hue angle of 12.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE3818 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 56 24 -
CMYK 0 0.68 0.86 0.32
HSL 12.8º 0.76% 0.39% -
HSV(B) 12.8º 0.86% 0.68% -
XYZ 19.03 11.89 2.16 -
YUV 87.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 174 56 24 0 0.68 0.86 0.32 12.8 0.76 0.39
Hex AE 38 18 0 44 56 20 D 4C 27
Octal 256 70 30 0 104 126 40 15 114 47
Binary 10101110 111000 11000 0 1000100 1010110 100000 1101 1001100 100111

Color Harmonies of #AE3818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3818

Black with #AE3818

Text Example


Text Example

White with #AE3818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3818; }

 p { color: rgb(174,56,24); }

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

background-color css

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

 a { background-color: rgb(174,56,24); }

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

border-color css

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

 span { border-color: rgb(174,56,24); }

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