Html Css Color HEX #AE1808 Fire Brick

📋 copy color: '#AE1808'

red 174 ◦ green 24 ◦ blue 8

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

Shades of Fire Brick #AE1808

Tints of Fire Brick #AE1808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 84.47%
G = 11.65%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE1808 (or 0xAE1808) is known color: Fire Brick. HEX triplet: AE, 18 and 08. RGB value is (174,24,8). Sum of RGB (Red+Green+Blue) = 174+24+8=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1808 is #51E7F7. Grayscale: #434343. Windows color (decimal): -5367800 or 530606. OLE color: 530606.

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

Color convert

RGB 174 24 8 -
CMYK 0 0.86 0.95 0.32
HSL 5.78º 0.91% 0.36% -
HSV(B) 5.78º 0.95% 0.68% -
XYZ 17.83 9.67 1.16 -
YUV 67.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 174 24 8 0 0.86 0.95 0.32 5.78 0.91 0.36
Hex AE 18 8 0 56 5F 20 6 5B 24
Octal 256 30 10 0 126 137 40 6 133 44
Binary 10101110 11000 1000 0 1010110 1011111 100000 110 1011011 100100

Color Harmonies of #AE1808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1808

Black with #AE1808

Text Example


Text Example

White with #AE1808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1808; }

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

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

background-color css

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

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

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

border-color css

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

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

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