Html Css Color HEX #A5130A Fire Brick

📋 copy color: '#A5130A'

red 165 ◦ green 19 ◦ blue 10

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

Shades of Fire Brick #A5130A

Tints of Fire Brick #A5130A

RGB

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

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

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

R = 85.05%
G = 9.79%
B = 5.15%

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

#A5130A (or 0xA5130A) is known color: Fire Brick. HEX triplet: A5, 13 and 0A. RGB value is (165,19,10). Sum of RGB (Red+Green+Blue) = 165+19+10=194 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.05% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 165 - color contains mainly: red. Hex color #A5130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5130A is #5AECF5. Grayscale: #3D3D3D. Windows color (decimal): -5958902 or 660389. OLE color: 660389.

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

Color convert

RGB 165 19 10 -
CMYK 0 0.88 0.94 0.35
HSL 3.48º 0.89% 0.34% -
HSV(B) 3.48º 0.94% 0.65% -
XYZ 15.8 8.49 1.09 -
YUV 61.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 165 19 10 0 0.88 0.94 0.35 3.48 0.89 0.34
Hex A5 13 A 0 58 5E 23 3 59 22
Octal 245 23 12 0 130 136 43 3 131 42
Binary 10100101 10011 1010 0 1011000 1011110 100011 11 1011001 100010

Color Harmonies of #A5130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5130A

Black with #A5130A

Text Example


Text Example

White with #A5130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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