Html Css Color HEX #AE3802 Rust

📋 copy color: '#AE3802'

red 174 ◦ green 56 ◦ blue 2

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

Shades of Rust #AE3802

Tints of Rust #AE3802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 75%
G = 24.14%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE3802 (or 0xAE3802) is known color: Rust. HEX triplet: AE, 38 and 02. RGB value is (174,56,2). Sum of RGB (Red+Green+Blue) = 174+56+2=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3802 is #51C7FD. Grayscale: #555555. Windows color (decimal): -5359614 or 145582. OLE color: 145582.

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

Color convert

RGB 174 56 2 -
CMYK 0 0.68 0.99 0.32
HSL 18.84º 0.98% 0.35% -
HSV(B) 18.84º 0.99% 0.68% -
XYZ 18.88 11.83 1.35 -
YUV 85.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 174 56 2 0 0.68 0.99 0.32 18.84 0.98 0.35
Hex AE 38 2 0 44 63 20 13 62 23
Octal 256 70 2 0 104 143 40 23 142 43
Binary 10101110 111000 10 0 1000100 1100011 100000 10011 1100010 100011

Color Harmonies of #AE3802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3802

Black with #AE3802

Text Example


Text Example

White with #AE3802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3802; }

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

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

background-color css

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

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

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

border-color css

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

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

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