Html Css Color HEX #AE381C Rust

📋 copy color: '#AE381C'

red 174 ◦ green 56 ◦ blue 28

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

Shades of Rust #AE381C

Tints of Rust #AE381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 67.44%
G = 21.71%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE381C (or 0xAE381C) is known color: Rust. HEX triplet: AE, 38 and 1C. RGB value is (174,56,28). Sum of RGB (Red+Green+Blue) = 174+56+28=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE381C is #51C7E3. Grayscale: #585858. Windows color (decimal): -5359588 or 1849518. OLE color: 1849518.

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

Color convert

RGB 174 56 28 -
CMYK 0 0.68 0.84 0.32
HSL 11.51º 0.72% 0.4% -
HSV(B) 11.51º 0.84% 0.68% -
XYZ 19.08 11.91 2.39 -
YUV 88.09 94.09 189.28 -
System Red Green Blue C M Y K H S L
Decimal 174 56 28 0 0.68 0.84 0.32 11.51 0.72 0.4
Hex AE 38 1C 0 44 54 20 C 48 28
Octal 256 70 34 0 104 124 40 14 110 50
Binary 10101110 111000 11100 0 1000100 1010100 100000 1100 1001000 101000

Color Harmonies of #AE381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE381C

Black with #AE381C

Text Example


Text Example

White with #AE381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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