Html Css Color HEX #AE170A Fire Brick

📋 copy color: '#AE170A'

red 174 ◦ green 23 ◦ blue 10

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

Shades of Fire Brick #AE170A

Tints of Fire Brick #AE170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

 BLUE value IS 10 (4.3% from 255) = 4.83%

R = 84.06%
G = 11.11%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE170A (or 0xAE170A) is known color: Fire Brick. HEX triplet: AE, 17 and 0A. RGB value is (174,23,10). Sum of RGB (Red+Green+Blue) = 174+23+10=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE170A is #51E8F5. Grayscale: #424242. Windows color (decimal): -5368054 or 661422. OLE color: 661422.

HSL color Cylindrical-coordinate representation of color #AE170A: hue angle of 4.76º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE170A is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 23 10 -
CMYK 0 0.87 0.94 0.32
HSL 4.76º 0.89% 0.36% -
HSV(B) 4.76º 0.94% 0.68% -
XYZ 17.82 9.63 1.21 -
YUV 66.67 96.03 204.56 -
System Red Green Blue C M Y K H S L
Decimal 174 23 10 0 0.87 0.94 0.32 4.76 0.89 0.36
Hex AE 17 A 0 57 5E 20 5 59 24
Octal 256 27 12 0 127 136 40 5 131 44
Binary 10101110 10111 1010 0 1010111 1011110 100000 101 1011001 100100

Color Harmonies of #AE170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE170A

Black with #AE170A

Text Example


Text Example

White with #AE170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE170A; }

 p { color: rgb(174,23,10); }

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

background-color css

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

 a { background-color: rgb(174,23,10); }

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

border-color css

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

 span { border-color: rgb(174,23,10); }

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