Html Css Color HEX #A9281A Fire Brick

📋 copy color: '#A9281A'

red 169 ◦ green 40 ◦ blue 26

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

Shades of Fire Brick #A9281A

Tints of Fire Brick #A9281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.02%

 BLUE value IS 26 (10.55% from 255) = 11.06%

R = 71.91%
G = 17.02%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A9281A (or 0xA9281A) is known color: Fire Brick. HEX triplet: A9, 28 and 1A. RGB value is (169,40,26). Sum of RGB (Red+Green+Blue) = 169+40+26=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A9281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9281A is #56D7E5. Grayscale: #4D4D4D. Windows color (decimal): -5691366 or 1714345. OLE color: 1714345.

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

Color convert

RGB 169 40 26 -
CMYK 0 0.76 0.85 0.34
HSL 5.87º 0.73% 0.38% -
HSV(B) 5.87º 0.85% 0.66% -
XYZ 17.31 10.03 2 -
YUV 76.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 169 40 26 0 0.76 0.85 0.34 5.87 0.73 0.38
Hex A9 28 1A 0 4C 55 22 6 49 26
Octal 251 50 32 0 114 125 42 6 111 46
Binary 10101001 101000 11010 0 1001100 1010101 100010 110 1001001 100110

Color Harmonies of #A9281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9281A

Black with #A9281A

Text Example


Text Example

White with #A9281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9281A; }

 p { color: rgb(169,40,26); }

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

background-color css

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

 a { background-color: rgb(169,40,26); }

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

border-color css

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

 span { border-color: rgb(169,40,26); }

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