Html Css Color HEX #AE301B Fire Brick

📋 copy color: '#AE301B'

red 174 ◦ green 48 ◦ blue 27

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

Shades of Fire Brick #AE301B

Tints of Fire Brick #AE301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 69.88%
G = 19.28%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE301B (or 0xAE301B) is known color: Fire Brick. HEX triplet: AE, 30 and 1B. RGB value is (174,48,27). Sum of RGB (Red+Green+Blue) = 174+48+27=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE301B is #51CFE4. Grayscale: #535353. Windows color (decimal): -5361637 or 1781934. OLE color: 1781934.

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

Color convert

RGB 174 48 27 -
CMYK 0 0.72 0.84 0.32
HSL 8.57º 0.73% 0.39% -
HSV(B) 8.57º 0.84% 0.68% -
XYZ 18.71 11.19 2.21 -
YUV 83.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 174 48 27 0 0.72 0.84 0.32 8.57 0.73 0.39
Hex AE 30 1B 0 48 54 20 9 49 27
Octal 256 60 33 0 110 124 40 11 111 47
Binary 10101110 110000 11011 0 1001000 1010100 100000 1001 1001001 100111

Color Harmonies of #AE301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE301B

Black with #AE301B

Text Example


Text Example

White with #AE301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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