Html Css Color HEX #AE210D Fire Brick

📋 copy color: '#AE210D'

red 174 ◦ green 33 ◦ blue 13

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

Shades of Fire Brick #AE210D

Tints of Fire Brick #AE210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 79.09%
G = 15%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE210D (or 0xAE210D) is known color: Fire Brick. HEX triplet: AE, 21 and 0D. RGB value is (174,33,13). Sum of RGB (Red+Green+Blue) = 174+33+13=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE210D is #51DEF2. Grayscale: #494949. Windows color (decimal): -5365491 or 860590. OLE color: 860590.

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

Color convert

RGB 174 33 13 -
CMYK 0 0.81 0.93 0.32
HSL 7.45º 0.86% 0.37% -
HSV(B) 7.45º 0.93% 0.68% -
XYZ 18.07 10.12 1.38 -
YUV 72.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 174 33 13 0 0.81 0.93 0.32 7.45 0.86 0.37
Hex AE 21 D 0 51 5D 20 7 56 25
Octal 256 41 15 0 121 135 40 7 126 45
Binary 10101110 100001 1101 0 1010001 1011101 100000 111 1010110 100101

Color Harmonies of #AE210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE210D

Black with #AE210D

Text Example


Text Example

White with #AE210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE210D; }

 p { color: rgb(174,33,13); }

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

background-color css

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

 a { background-color: rgb(174,33,13); }

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

border-color css

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

 span { border-color: rgb(174,33,13); }

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