Html Css Color HEX #A9211B Fire Brick

📋 copy color: '#A9211B'

red 169 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #A9211B

Tints of Fire Brick #A9211B

RGB

 RED value IS 169 (66.41% from 255) = 73.8%

 GREEN value IS 33 (13.28% from 255) = 14.41%

 BLUE value IS 27 (10.94% from 255) = 11.79%

R = 73.8%
G = 14.41%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A9211B (or 0xA9211B) is known color: Fire Brick. HEX triplet: A9, 21 and 1B. RGB value is (169,33,27). Sum of RGB (Red+Green+Blue) = 169+33+27=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A9211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9211B is #56DEE4. Grayscale: #494949. Windows color (decimal): -5693157 or 1778089. OLE color: 1778089.

HSL color Cylindrical-coordinate representation of color #A9211B: hue angle of 2.54º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9211B is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 33 27 -
CMYK 0 0.80 0.84 0.34
HSL 2.54º 0.72% 0.38% -
HSV(B) 2.54º 0.84% 0.66% -
XYZ 17.1 9.6 1.99 -
YUV 72.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 169 33 27 0 0.80 0.84 0.34 2.54 0.72 0.38
Hex A9 21 1B 0 50 54 22 3 48 26
Octal 251 41 33 0 120 124 42 3 110 46
Binary 10101001 100001 11011 0 1010000 1010100 100010 11 1001000 100110

Color Harmonies of #A9211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9211B

Black with #A9211B

Text Example


Text Example

White with #A9211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9211B; }

 p { color: rgb(169,33,27); }

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

background-color css

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

 a { background-color: rgb(169,33,27); }

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

border-color css

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

 span { border-color: rgb(169,33,27); }

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