Html Css Color HEX #A9260D Fire Brick

📋 copy color: '#A9260D'

red 169 ◦ green 38 ◦ blue 13

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

Shades of Fire Brick #A9260D

Tints of Fire Brick #A9260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 76.82%
G = 17.27%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9260D (or 0xA9260D) is known color: Fire Brick. HEX triplet: A9, 26 and 0D. RGB value is (169,38,13). Sum of RGB (Red+Green+Blue) = 169+38+13=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A9260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9260D is #56D9F2. Grayscale: #4A4A4A. Windows color (decimal): -5691891 or 861865. OLE color: 861865.

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

Color convert

RGB 169 38 13 -
CMYK 0 0.78 0.92 0.34
HSL 9.62º 0.86% 0.36% -
HSV(B) 9.62º 0.92% 0.66% -
XYZ 17.13 9.85 1.38 -
YUV 74.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 169 38 13 0 0.78 0.92 0.34 9.62 0.86 0.36
Hex A9 26 D 0 4E 5C 22 A 56 24
Octal 251 46 15 0 116 134 42 12 126 44
Binary 10101001 100110 1101 0 1001110 1011100 100010 1010 1010110 100100

Color Harmonies of #A9260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9260D

Black with #A9260D

Text Example


Text Example

White with #A9260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9260D; }

 p { color: rgb(169,38,13); }

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

background-color css

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

 a { background-color: rgb(169,38,13); }

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

border-color css

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

 span { border-color: rgb(169,38,13); }

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