Html Css Color HEX #AE1509 Fire Brick

📋 copy color: '#AE1509'

red 174 ◦ green 21 ◦ blue 9

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

Shades of Fire Brick #AE1509

Tints of Fire Brick #AE1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

 BLUE value IS 9 (3.91% from 255) = 4.41%

R = 85.29%
G = 10.29%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE1509 (or 0xAE1509) is known color: Fire Brick. HEX triplet: AE, 15 and 09. RGB value is (174,21,9). Sum of RGB (Red+Green+Blue) = 174+21+9=204 (27% of max value = 765). Red value is 174 (68.36% from 255 or 85.29% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1509 is #51EAF6. Grayscale: #414141. Windows color (decimal): -5368567 or 595374. OLE color: 595374.

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

Color convert

RGB 174 21 9 -
CMYK 0 0.88 0.95 0.32
HSL 4.36º 0.9% 0.36% -
HSV(B) 4.36º 0.95% 0.68% -
XYZ 17.77 9.55 1.17 -
YUV 65.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 174 21 9 0 0.88 0.95 0.32 4.36 0.9 0.36
Hex AE 15 9 0 58 5F 20 4 5A 24
Octal 256 25 11 0 130 137 40 4 132 44
Binary 10101110 10101 1001 0 1011000 1011111 100000 100 1011010 100100

Color Harmonies of #AE1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1509

Black with #AE1509

Text Example


Text Example

White with #AE1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1509; }

 p { color: rgb(174,21,9); }

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

background-color css

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

 a { background-color: rgb(174,21,9); }

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

border-color css

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

 span { border-color: rgb(174,21,9); }

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