Html Css Color HEX #A5140A Fire Brick

📋 copy color: '#A5140A'

red 165 ◦ green 20 ◦ blue 10

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

Shades of Fire Brick #A5140A

Tints of Fire Brick #A5140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

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

R = 84.62%
G = 10.26%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A5140A (or 0xA5140A) is known color: Fire Brick. HEX triplet: A5, 14 and 0A. RGB value is (165,20,10). Sum of RGB (Red+Green+Blue) = 165+20+10=195 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.62% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 165 - color contains mainly: red. Hex color #A5140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5140A is #5AEBF5. Grayscale: #3E3E3E. Windows color (decimal): -5958646 or 660645. OLE color: 660645.

HSL color Cylindrical-coordinate representation of color #A5140A: hue angle of 3.87º 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 #A5140A is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 10 -
CMYK 0 0.88 0.94 0.35
HSL 3.87º 0.89% 0.34% -
HSV(B) 3.87º 0.94% 0.65% -
XYZ 15.82 8.52 1.1 -
YUV 62.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 165 20 10 0 0.88 0.94 0.35 3.87 0.89 0.34
Hex A5 14 A 0 58 5E 23 4 59 22
Octal 245 24 12 0 130 136 43 4 131 42
Binary 10100101 10100 1010 0 1011000 1011110 100011 100 1011001 100010

Color Harmonies of #A5140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5140A

Black with #A5140A

Text Example


Text Example

White with #A5140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5140A; }

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

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

background-color css

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

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

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

border-color css

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

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

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