Html Css Color HEX #AA230A Fire Brick

📋 copy color: '#AA230A'

red 170 ◦ green 35 ◦ blue 10

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

Shades of Fire Brick #AA230A

Tints of Fire Brick #AA230A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.65%

R = 79.07%
G = 16.28%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA230A (or 0xAA230A) is known color: Fire Brick. HEX triplet: AA, 23 and 0A. RGB value is (170,35,10). Sum of RGB (Red+Green+Blue) = 170+35+10=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA230A is #55DCF5. Grayscale: #484848. Windows color (decimal): -5627126 or 664490. OLE color: 664490.

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

Color convert

RGB 170 35 10 -
CMYK 0 0.79 0.94 0.33
HSL 9.38º 0.89% 0.35% -
HSV(B) 9.38º 0.94% 0.67% -
XYZ 17.23 9.77 1.26 -
YUV 72.52 92.73 197.53 -
System Red Green Blue C M Y K H S L
Decimal 170 35 10 0 0.79 0.94 0.33 9.38 0.89 0.35
Hex AA 23 A 0 4F 5E 21 9 59 23
Octal 252 43 12 0 117 136 41 11 131 43
Binary 10101010 100011 1010 0 1001111 1011110 100001 1001 1011001 100011

Color Harmonies of #AA230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA230A

Black with #AA230A

Text Example


Text Example

White with #AA230A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA230A; }

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

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

background-color css

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

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

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

border-color css

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

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

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