Html Css Color HEX #A8130B Fire Brick

📋 copy color: '#A8130B'

red 168 ◦ green 19 ◦ blue 11

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

Shades of Fire Brick #A8130B

Tints of Fire Brick #A8130B

RGB

 RED value IS 168 (66.02% from 255) = 84.85%

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

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

R = 84.85%
G = 9.6%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8130B (or 0xA8130B) is known color: Fire Brick. HEX triplet: A8, 13 and 0B. RGB value is (168,19,11). Sum of RGB (Red+Green+Blue) = 168+19+11=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A8130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8130B is #57ECF4. Grayscale: #3E3E3E. Windows color (decimal): -5762293 or 725928. OLE color: 725928.

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

Color convert

RGB 168 19 11 -
CMYK 0 0.89 0.93 0.34
HSL 3.06º 0.88% 0.35% -
HSV(B) 3.06º 0.93% 0.66% -
XYZ 16.44 8.81 1.15 -
YUV 62.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 168 19 11 0 0.89 0.93 0.34 3.06 0.88 0.35
Hex A8 13 B 0 59 5D 22 3 58 23
Octal 250 23 13 0 131 135 42 3 130 43
Binary 10101000 10011 1011 0 1011001 1011101 100010 11 1011000 100011

Color Harmonies of #A8130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8130B

Black with #A8130B

Text Example


Text Example

White with #A8130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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