Html Css Color HEX #A9190C Fire Brick

📋 copy color: '#A9190C'

red 169 ◦ green 25 ◦ blue 12

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

Shades of Fire Brick #A9190C

Tints of Fire Brick #A9190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

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

R = 82.04%
G = 12.14%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9190C (or 0xA9190C) is known color: Fire Brick. HEX triplet: A9, 19 and 0C. RGB value is (169,25,12). Sum of RGB (Red+Green+Blue) = 169+25+12=206 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.04% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 169 - color contains mainly: red. Hex color #A9190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9190C is #56E6F3. Grayscale: #424242. Windows color (decimal): -5695220 or 793001. OLE color: 793001.

HSL color Cylindrical-coordinate representation of color #A9190C: hue angle of 4.97º 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 #A9190C is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 25 12 -
CMYK 0 0.85 0.93 0.34
HSL 4.97º 0.87% 0.35% -
HSV(B) 4.97º 0.93% 0.66% -
XYZ 16.78 9.16 1.23 -
YUV 66.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 169 25 12 0 0.85 0.93 0.34 4.97 0.87 0.35
Hex A9 19 C 0 55 5D 22 5 57 23
Octal 251 31 14 0 125 135 42 5 127 43
Binary 10101001 11001 1100 0 1010101 1011101 100010 101 1010111 100011

Color Harmonies of #A9190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9190C

Black with #A9190C

Text Example


Text Example

White with #A9190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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