Html Css Color HEX #AA2323 Fire Brick

📋 copy color: '#AA2323'

red 170 ◦ green 35 ◦ blue 35

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

Shades of Fire Brick #AA2323

Tints of Fire Brick #AA2323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.58%

R = 70.83%
G = 14.58%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA2323 (or 0xAA2323) is known color: Fire Brick. HEX triplet: AA, 23 and 23. RGB value is (170,35,35). Sum of RGB (Red+Green+Blue) = 170+35+35=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2323 is #55DCDC. Grayscale: #4B4B4B. Windows color (decimal): -5627101 or 2302890. OLE color: 2302890.

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

Color convert

RGB 170 35 35 -
CMYK 0 0.79 0.79 0.33
HSL 0.66% 0.4% -
HSV(B) 0.79% 0.67% -
XYZ 17.48 9.87 2.57 -
YUV 75.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 170 35 35 0 0.79 0.79 0.33 0 0.66 0.4
Hex AA 23 23 0 4F 4F 21 0 42 28
Octal 252 43 43 0 117 117 41 0 102 50
Binary 10101010 100011 100011 0 1001111 1001111 100001 0 1000010 101000

Color Harmonies of #AA2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2323

Black with #AA2323

Text Example


Text Example

White with #AA2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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