Html Css Color HEX #A5190C Fire Brick

📋 copy color: '#A5190C'

red 165 ◦ green 25 ◦ blue 12

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

Shades of Fire Brick #A5190C

Tints of Fire Brick #A5190C

RGB

 RED value IS 165 (64.84% from 255) = 81.68%

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

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

R = 81.68%
G = 12.38%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5190C (or 0xA5190C) is known color: Fire Brick. HEX triplet: A5, 19 and 0C. RGB value is (165,25,12). Sum of RGB (Red+Green+Blue) = 165+25+12=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A5190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5190C is #5AE6F3. Grayscale: #414141. Windows color (decimal): -5957364 or 792997. OLE color: 792997.

HSL color Cylindrical-coordinate representation of color #A5190C: hue angle of 5.1º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5190C is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 12 -
CMYK 0 0.85 0.93 0.35
HSL 5.1º 0.86% 0.35% -
HSV(B) 5.1º 0.93% 0.65% -
XYZ 15.93 8.72 1.19 -
YUV 65.38 97.88 199.06 -
System Red Green Blue C M Y K H S L
Decimal 165 25 12 0 0.85 0.93 0.35 5.1 0.86 0.35
Hex A5 19 C 0 55 5D 23 5 56 23
Octal 245 31 14 0 125 135 43 5 126 43
Binary 10100101 11001 1100 0 1010101 1011101 100011 101 1010110 100011

Color Harmonies of #A5190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5190C

Black with #A5190C

Text Example


Text Example

White with #A5190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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