Html Css Color HEX #AE201B Fire Brick

📋 copy color: '#AE201B'

red 174 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #AE201B

Tints of Fire Brick #AE201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

 BLUE value IS 27 (10.94% from 255) = 11.59%

R = 74.68%
G = 13.73%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE201B (or 0xAE201B) is known color: Fire Brick. HEX triplet: AE, 20 and 1B. RGB value is (174,32,27). Sum of RGB (Red+Green+Blue) = 174+32+27=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE201B is #51DFE4. Grayscale: #4A4A4A. Windows color (decimal): -5365733 or 1777838. OLE color: 1777838.

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

Color convert

RGB 174 32 27 -
CMYK 0 0.82 0.84 0.32
HSL 2.04º 0.73% 0.39% -
HSV(B) 2.04º 0.84% 0.68% -
XYZ 18.17 10.11 2.03 -
YUV 73.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 174 32 27 0 0.82 0.84 0.32 2.04 0.73 0.39
Hex AE 20 1B 0 52 54 20 2 49 27
Octal 256 40 33 0 122 124 40 2 111 47
Binary 10101110 100000 11011 0 1010010 1010100 100000 10 1001001 100111

Color Harmonies of #AE201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE201B

Black with #AE201B

Text Example


Text Example

White with #AE201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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