Html Css Color HEX #A9130A Fire Brick

📋 copy color: '#A9130A'

red 169 ◦ green 19 ◦ blue 10

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

Shades of Fire Brick #A9130A

Tints of Fire Brick #A9130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.05%

R = 85.35%
G = 9.6%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A9130A (or 0xA9130A) is known color: Fire Brick. HEX triplet: A9, 13 and 0A. RGB value is (169,19,10). Sum of RGB (Red+Green+Blue) = 169+19+10=198 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.35% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 169 - color contains mainly: red. Hex color #A9130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9130A is #56ECF5. Grayscale: #3F3F3F. Windows color (decimal): -5696758 or 660393. OLE color: 660393.

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

Color convert

RGB 169 19 10 -
CMYK 0 0.89 0.94 0.34
HSL 3.4º 0.89% 0.35% -
HSV(B) 3.4º 0.94% 0.66% -
XYZ 16.65 8.92 1.13 -
YUV 62.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 169 19 10 0 0.89 0.94 0.34 3.4 0.89 0.35
Hex A9 13 A 0 59 5E 22 3 59 23
Octal 251 23 12 0 131 136 42 3 131 43
Binary 10101001 10011 1010 0 1011001 1011110 100010 11 1011001 100011

Color Harmonies of #A9130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9130A

Black with #A9130A

Text Example


Text Example

White with #A9130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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