Html Css Color HEX #A7130B Fire Brick

📋 copy color: '#A7130B'

red 167 ◦ green 19 ◦ blue 11

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

Shades of Fire Brick #A7130B

Tints of Fire Brick #A7130B

RGB

 RED value IS 167 (65.63% from 255) = 84.77%

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

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

R = 84.77%
G = 9.64%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7130B (or 0xA7130B) is known color: Fire Brick. HEX triplet: A7, 13 and 0B. RGB value is (167,19,11). Sum of RGB (Red+Green+Blue) = 167+19+11=197 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.77% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 167 - color contains mainly: red. Hex color #A7130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7130B is #58ECF4. Grayscale: #3E3E3E. Windows color (decimal): -5827829 or 725927. OLE color: 725927.

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

Color convert

RGB 167 19 11 -
CMYK 0 0.89 0.93 0.35
HSL 3.08º 0.88% 0.35% -
HSV(B) 3.08º 0.93% 0.65% -
XYZ 16.23 8.71 1.14 -
YUV 62.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 167 19 11 0 0.89 0.93 0.35 3.08 0.88 0.35
Hex A7 13 B 0 59 5D 23 3 58 23
Octal 247 23 13 0 131 135 43 3 130 43
Binary 10100111 10011 1011 0 1011001 1011101 100011 11 1011000 100011

Color Harmonies of #A7130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7130B

Black with #A7130B

Text Example


Text Example

White with #A7130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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