Html Css Color HEX #A5110A Fire Brick

📋 copy color: '#A5110A'

red 165 ◦ green 17 ◦ blue 10

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

Shades of Fire Brick #A5110A

Tints of Fire Brick #A5110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.85%

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

R = 85.94%
G = 8.85%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A5110A (or 0xA5110A) is known color: Fire Brick. HEX triplet: A5, 11 and 0A. RGB value is (165,17,10). Sum of RGB (Red+Green+Blue) = 165+17+10=192 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.94% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 165 - color contains mainly: red. Hex color #A5110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5110A is #5AEEF5. Grayscale: #3C3C3C. Windows color (decimal): -5959414 or 659877. OLE color: 659877.

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

Color convert

RGB 165 17 10 -
CMYK 0 0.90 0.94 0.35
HSL 2.71º 0.89% 0.34% -
HSV(B) 2.71º 0.94% 0.65% -
XYZ 15.77 8.42 1.08 -
YUV 60.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 165 17 10 0 0.90 0.94 0.35 2.71 0.89 0.34
Hex A5 11 A 0 5A 5E 23 3 59 22
Octal 245 21 12 0 132 136 43 3 131 42
Binary 10100101 10001 1010 0 1011010 1011110 100011 11 1011001 100010

Color Harmonies of #A5110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5110A

Black with #A5110A

Text Example


Text Example

White with #A5110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5110A; }

 p { color: rgb(165,17,10); }

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

background-color css

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

 a { background-color: rgb(165,17,10); }

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

border-color css

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

 span { border-color: rgb(165,17,10); }

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