Html Css Color HEX #AE2320 Fire Brick

📋 copy color: '#AE2320'

red 174 ◦ green 35 ◦ blue 32

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

Shades of Fire Brick #AE2320

Tints of Fire Brick #AE2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 72.2%
G = 14.52%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE2320 (or 0xAE2320) is known color: Fire Brick. HEX triplet: AE, 23 and 20. RGB value is (174,35,32). Sum of RGB (Red+Green+Blue) = 174+35+32=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2320 is #51DCDF. Grayscale: #4C4C4C. Windows color (decimal): -5364960 or 2106286. OLE color: 2106286.

HSL color Cylindrical-coordinate representation of color #AE2320: hue angle of 1.27º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2320 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 35 32 -
CMYK 0 0.80 0.82 0.32
HSL 1.27º 0.69% 0.4% -
HSV(B) 1.27º 0.82% 0.68% -
XYZ 18.32 10.31 2.39 -
YUV 76.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 174 35 32 0 0.80 0.82 0.32 1.27 0.69 0.4
Hex AE 23 20 0 50 52 20 1 45 28
Octal 256 43 40 0 120 122 40 1 105 50
Binary 10101110 100011 100000 0 1010000 1010010 100000 1 1000101 101000

Color Harmonies of #AE2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2320

Black with #AE2320

Text Example


Text Example

White with #AE2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2320; }

 p { color: rgb(174,35,32); }

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

background-color css

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

 a { background-color: rgb(174,35,32); }

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

border-color css

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

 span { border-color: rgb(174,35,32); }

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