Html Css Color HEX #A5130B Fire Brick

📋 copy color: '#A5130B'

red 165 ◦ green 19 ◦ blue 11

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

Shades of Fire Brick #A5130B

Tints of Fire Brick #A5130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.64%

R = 84.62%
G = 9.74%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5130B (or 0xA5130B) is known color: Fire Brick. HEX triplet: A5, 13 and 0B. RGB value is (165,19,11). Sum of RGB (Red+Green+Blue) = 165+19+11=195 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.62% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 165 - color contains mainly: red. Hex color #A5130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5130B is #5AECF4. Grayscale: #3D3D3D. Windows color (decimal): -5958901 or 725925. OLE color: 725925.

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

Color convert

RGB 165 19 11 -
CMYK 0 0.88 0.93 0.35
HSL 3.12º 0.88% 0.35% -
HSV(B) 3.12º 0.93% 0.65% -
XYZ 15.81 8.49 1.12 -
YUV 61.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 165 19 11 0 0.88 0.93 0.35 3.12 0.88 0.35
Hex A5 13 B 0 58 5D 23 3 58 23
Octal 245 23 13 0 130 135 43 3 130 43
Binary 10100101 10011 1011 0 1011000 1011101 100011 11 1011000 100011

Color Harmonies of #A5130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5130B

Black with #A5130B

Text Example


Text Example

White with #A5130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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