Html Css Color HEX #AE1A08 Fire Brick

📋 copy color: '#AE1A08'

red 174 ◦ green 26 ◦ blue 8

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

Shades of Fire Brick #AE1A08

Tints of Fire Brick #AE1A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.5%

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

R = 83.65%
G = 12.5%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE1A08 (or 0xAE1A08) is known color: Fire Brick. HEX triplet: AE, 1A and 08. RGB value is (174,26,8). Sum of RGB (Red+Green+Blue) = 174+26+8=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1A08 is #51E5F7. Grayscale: #444444. Windows color (decimal): -5367288 or 531118. OLE color: 531118.

HSL color Cylindrical-coordinate representation of color #AE1A08: hue angle of 6.51º 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 #AE1A08 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 26 8 -
CMYK 0 0.85 0.95 0.32
HSL 6.51º 0.91% 0.36% -
HSV(B) 6.51º 0.95% 0.68% -
XYZ 17.87 9.75 1.17 -
YUV 68.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 174 26 8 0 0.85 0.95 0.32 6.51 0.91 0.36
Hex AE 1A 8 0 55 5F 20 7 5B 24
Octal 256 32 10 0 125 137 40 7 133 44
Binary 10101110 11010 1000 0 1010101 1011111 100000 111 1011011 100100

Color Harmonies of #AE1A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A08

Black with #AE1A08

Text Example


Text Example

White with #AE1A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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