Html Css Color HEX #A9130F Fire Brick

📋 copy color: '#A9130F'

red 169 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #A9130F

Tints of Fire Brick #A9130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

 BLUE value IS 15 (6.25% from 255) = 7.39%

R = 83.25%
G = 9.36%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A9130F (or 0xA9130F) is known color: Fire Brick. HEX triplet: A9, 13 and 0F. RGB value is (169,19,15). Sum of RGB (Red+Green+Blue) = 169+19+15=203 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.25% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 169 - color contains mainly: red. Hex color #A9130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9130F is #56ECF0. Grayscale: #3F3F3F. Windows color (decimal): -5696753 or 988073. OLE color: 988073.

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

Color convert

RGB 169 19 15 -
CMYK 0 0.89 0.91 0.34
HSL 1.56º 0.84% 0.36% -
HSV(B) 1.56º 0.91% 0.66% -
XYZ 16.68 8.94 1.3 -
YUV 63.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 169 19 15 0 0.89 0.91 0.34 1.56 0.84 0.36
Hex A9 13 F 0 59 5B 22 2 54 24
Octal 251 23 17 0 131 133 42 2 124 44
Binary 10101001 10011 1111 0 1011001 1011011 100010 10 1010100 100100

Color Harmonies of #A9130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9130F

Black with #A9130F

Text Example


Text Example

White with #A9130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9130F; }

 p { color: rgb(169,19,15); }

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

background-color css

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

 a { background-color: rgb(169,19,15); }

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

border-color css

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

 span { border-color: rgb(169,19,15); }

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