Html Css Color HEX #AE1D04 Fire Brick

📋 copy color: '#AE1D04'

red 174 ◦ green 29 ◦ blue 4

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

Shades of Fire Brick #AE1D04

Tints of Fire Brick #AE1D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.01%

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 84.06%
G = 14.01%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE1D04 (or 0xAE1D04) is known color: Fire Brick. HEX triplet: AE, 1D and 04. RGB value is (174,29,4). Sum of RGB (Red+Green+Blue) = 174+29+4=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1D04 is #51E2FB. Grayscale: #454545. Windows color (decimal): -5366524 or 269742. OLE color: 269742.

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

Color convert

RGB 174 29 4 -
CMYK 0 0.83 0.98 0.32
HSL 8.82º 0.96% 0.35% -
HSV(B) 8.82º 0.98% 0.68% -
XYZ 17.92 9.89 1.08 -
YUV 69.51 91.04 202.53 -
System Red Green Blue C M Y K H S L
Decimal 174 29 4 0 0.83 0.98 0.32 8.82 0.96 0.35
Hex AE 1D 4 0 53 62 20 9 60 23
Octal 256 35 4 0 123 142 40 11 140 43
Binary 10101110 11101 100 0 1010011 1100010 100000 1001 1100000 100011

Color Harmonies of #AE1D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D04

Black with #AE1D04

Text Example


Text Example

White with #AE1D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1D04; }

 p { color: rgb(174,29,4); }

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

background-color css

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

 a { background-color: rgb(174,29,4); }

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

border-color css

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

 span { border-color: rgb(174,29,4); }

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