Html Css Color HEX #AA230D Fire Brick

📋 copy color: '#AA230D'

red 170 ◦ green 35 ◦ blue 13

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

Shades of Fire Brick #AA230D

Tints of Fire Brick #AA230D

RGB

 RED value IS 170 (66.8% from 255) = 77.98%

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

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 77.98%
G = 16.06%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA230D (or 0xAA230D) is known color: Fire Brick. HEX triplet: AA, 23 and 0D. RGB value is (170,35,13). Sum of RGB (Red+Green+Blue) = 170+35+13=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA230D is #55DCF2. Grayscale: #494949. Windows color (decimal): -5627123 or 861098. OLE color: 861098.

HSL color Cylindrical-coordinate representation of color #AA230D: hue angle of 8.41º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA230D is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 35 13 -
CMYK 0 0.79 0.92 0.33
HSL 8.41º 0.86% 0.36% -
HSV(B) 8.41º 0.92% 0.67% -
XYZ 17.25 9.78 1.36 -
YUV 72.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 170 35 13 0 0.79 0.92 0.33 8.41 0.86 0.36
Hex AA 23 D 0 4F 5C 21 8 56 24
Octal 252 43 15 0 117 134 41 10 126 44
Binary 10101010 100011 1101 0 1001111 1011100 100001 1000 1010110 100100

Color Harmonies of #AA230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA230D

Black with #AA230D

Text Example


Text Example

White with #AA230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA230D; }

 p { color: rgb(170,35,13); }

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

background-color css

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

 a { background-color: rgb(170,35,13); }

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

border-color css

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

 span { border-color: rgb(170,35,13); }

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