Html Css Color HEX #AE1D0A Fire Brick

📋 copy color: '#AE1D0A'

red 174 ◦ green 29 ◦ blue 10

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

Shades of Fire Brick #AE1D0A

Tints of Fire Brick #AE1D0A

RGB

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

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

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

R = 81.69%
G = 13.62%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE1D0A (or 0xAE1D0A) is known color: Fire Brick. HEX triplet: AE, 1D and 0A. RGB value is (174,29,10). Sum of RGB (Red+Green+Blue) = 174+29+10=213 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.69% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1D0A is #51E2F5. Grayscale: #464646. Windows color (decimal): -5366518 or 662958. OLE color: 662958.

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

Color convert

RGB 174 29 10 -
CMYK 0 0.83 0.94 0.32
HSL 6.95º 0.89% 0.36% -
HSV(B) 6.95º 0.94% 0.68% -
XYZ 17.95 9.9 1.25 -
YUV 70.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 174 29 10 0 0.83 0.94 0.32 6.95 0.89 0.36
Hex AE 1D A 0 53 5E 20 7 59 24
Octal 256 35 12 0 123 136 40 7 131 44
Binary 10101110 11101 1010 0 1010011 1011110 100000 111 1011001 100100

Color Harmonies of #AE1D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D0A

Black with #AE1D0A

Text Example


Text Example

White with #AE1D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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