Html Css Color HEX #AE1D02 Fire Brick

📋 copy color: '#AE1D02'

red 174 ◦ green 29 ◦ blue 2

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

Shades of Fire Brick #AE1D02

Tints of Fire Brick #AE1D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.15%

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 84.88%
G = 14.15%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE1D02 (or 0xAE1D02) is known color: Fire Brick. HEX triplet: AE, 1D and 02. RGB value is (174,29,2). Sum of RGB (Red+Green+Blue) = 174+29+2=205 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.88% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1D02 is #51E2FD. Grayscale: #454545. Windows color (decimal): -5366526 or 138670. OLE color: 138670.

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

Color convert

RGB 174 29 2 -
CMYK 0 0.83 0.99 0.32
HSL 9.42º 0.98% 0.35% -
HSV(B) 9.42º 0.99% 0.68% -
XYZ 17.91 9.88 1.02 -
YUV 69.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 174 29 2 0 0.83 0.99 0.32 9.42 0.98 0.35
Hex AE 1D 2 0 53 63 20 9 62 23
Octal 256 35 2 0 123 143 40 11 142 43
Binary 10101110 11101 10 0 1010011 1100011 100000 1001 1100010 100011

Color Harmonies of #AE1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D02

Black with #AE1D02

Text Example


Text Example

White with #AE1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1D02; }

 p { color: rgb(174,29,2); }

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

background-color css

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

 a { background-color: rgb(174,29,2); }

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

border-color css

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

 span { border-color: rgb(174,29,2); }

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