Html Css Color HEX #A9260C Fire Brick

📋 copy color: '#A9260C'

red 169 ◦ green 38 ◦ blue 12

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

Shades of Fire Brick #A9260C

Tints of Fire Brick #A9260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 77.17%
G = 17.35%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9260C (or 0xA9260C) is known color: Fire Brick. HEX triplet: A9, 26 and 0C. RGB value is (169,38,12). Sum of RGB (Red+Green+Blue) = 169+38+12=219 (29% of max value = 765). Red value is 169 (66.41% from 255 or 77.17% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 169 - color contains mainly: red. Hex color #A9260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9260C is #56D9F3. Grayscale: #4A4A4A. Windows color (decimal): -5691892 or 796329. OLE color: 796329.

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

Color convert

RGB 169 38 12 -
CMYK 0 0.78 0.93 0.34
HSL 9.94º 0.87% 0.35% -
HSV(B) 9.94º 0.93% 0.66% -
XYZ 17.12 9.85 1.35 -
YUV 74.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 169 38 12 0 0.78 0.93 0.34 9.94 0.87 0.35
Hex A9 26 C 0 4E 5D 22 A 57 23
Octal 251 46 14 0 116 135 42 12 127 43
Binary 10101001 100110 1100 0 1001110 1011101 100010 1010 1010111 100011

Color Harmonies of #A9260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9260C

Black with #A9260C

Text Example


Text Example

White with #A9260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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