Html Css Color HEX #A5130E Fire Brick

📋 copy color: '#A5130E'

red 165 ◦ green 19 ◦ blue 14

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

Shades of Fire Brick #A5130E

Tints of Fire Brick #A5130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 83.33%
G = 9.6%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5130E (or 0xA5130E) is known color: Fire Brick. HEX triplet: A5, 13 and 0E. RGB value is (165,19,14). Sum of RGB (Red+Green+Blue) = 165+19+14=198 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.33% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 165 - color contains mainly: red. Hex color #A5130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5130E is #5AECF1. Grayscale: #3E3E3E. Windows color (decimal): -5958898 or 922533. OLE color: 922533.

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

Color convert

RGB 165 19 14 -
CMYK 0 0.88 0.92 0.35
HSL 1.99º 0.84% 0.35% -
HSV(B) 1.99º 0.92% 0.65% -
XYZ 15.83 8.5 1.22 -
YUV 62.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 165 19 14 0 0.88 0.92 0.35 1.99 0.84 0.35
Hex A5 13 E 0 58 5C 23 2 54 23
Octal 245 23 16 0 130 134 43 2 124 43
Binary 10100101 10011 1110 0 1011000 1011100 100011 10 1010100 100011

Color Harmonies of #A5130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5130E

Black with #A5130E

Text Example


Text Example

White with #A5130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5130E; }

 p { color: rgb(165,19,14); }

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

background-color css

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

 a { background-color: rgb(165,19,14); }

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

border-color css

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

 span { border-color: rgb(165,19,14); }

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