Html Css Color HEX #AE381F Rust

📋 copy color: '#AE381F'

red 174 ◦ green 56 ◦ blue 31

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

Shades of Rust #AE381F

Tints of Rust #AE381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.88%

R = 66.67%
G = 21.46%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE381F (or 0xAE381F) is known color: Rust. HEX triplet: AE, 38 and 1F. RGB value is (174,56,31). Sum of RGB (Red+Green+Blue) = 174+56+31=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE381F is #51C7E0. Grayscale: #585858. Windows color (decimal): -5359585 or 2046126. OLE color: 2046126.

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

Color convert

RGB 174 56 31 -
CMYK 0 0.68 0.82 0.32
HSL 10.49º 0.7% 0.4% -
HSV(B) 10.49º 0.82% 0.68% -
XYZ 19.12 11.93 2.59 -
YUV 88.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 174 56 31 0 0.68 0.82 0.32 10.49 0.7 0.4
Hex AE 38 1F 0 44 52 20 A 46 28
Octal 256 70 37 0 104 122 40 12 106 50
Binary 10101110 111000 11111 0 1000100 1010010 100000 1010 1000110 101000

Color Harmonies of #AE381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE381F

Black with #AE381F

Text Example


Text Example

White with #AE381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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