Html Css Color HEX #AE1C03 Fire Brick

📋 copy color: '#AE1C03'

red 174 ◦ green 28 ◦ blue 3

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

Shades of Fire Brick #AE1C03

Tints of Fire Brick #AE1C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

 BLUE value IS 3 (1.56% from 255) = 1.46%

R = 84.88%
G = 13.66%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE1C03 (or 0xAE1C03) is known color: Fire Brick. HEX triplet: AE, 1C and 03. RGB value is (174,28,3). Sum of RGB (Red+Green+Blue) = 174+28+3=205 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.88% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1C03 is #51E3FC. Grayscale: #454545. Windows color (decimal): -5366781 or 203950. OLE color: 203950.

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

Color convert

RGB 174 28 3 -
CMYK 0 0.84 0.98 0.32
HSL 8.77º 0.97% 0.35% -
HSV(B) 8.77º 0.98% 0.68% -
XYZ 17.89 9.84 1.04 -
YUV 68.8 90.87 203.03 -
System Red Green Blue C M Y K H S L
Decimal 174 28 3 0 0.84 0.98 0.32 8.77 0.97 0.35
Hex AE 1C 3 0 54 62 20 9 61 23
Octal 256 34 3 0 124 142 40 11 141 43
Binary 10101110 11100 11 0 1010100 1100010 100000 1001 1100001 100011

Color Harmonies of #AE1C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C03

Black with #AE1C03

Text Example


Text Example

White with #AE1C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C03; }

 p { color: rgb(174,28,3); }

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

background-color css

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

 a { background-color: rgb(174,28,3); }

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

border-color css

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

 span { border-color: rgb(174,28,3); }

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