Html Css Color HEX #A7130F Fire Brick

📋 copy color: '#A7130F'

red 167 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #A7130F

Tints of Fire Brick #A7130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.46%

R = 83.08%
G = 9.45%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A7130F (or 0xA7130F) is known color: Fire Brick. HEX triplet: A7, 13 and 0F. RGB value is (167,19,15). Sum of RGB (Red+Green+Blue) = 167+19+15=201 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.08% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 167 - color contains mainly: red. Hex color #A7130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7130F is #58ECF0. Grayscale: #3E3E3E. Windows color (decimal): -5827825 or 988071. OLE color: 988071.

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

Color convert

RGB 167 19 15 -
CMYK 0 0.89 0.91 0.35
HSL 1.58º 0.84% 0.36% -
HSV(B) 1.58º 0.91% 0.65% -
XYZ 16.26 8.72 1.28 -
YUV 62.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 167 19 15 0 0.89 0.91 0.35 1.58 0.84 0.36
Hex A7 13 F 0 59 5B 23 2 54 24
Octal 247 23 17 0 131 133 43 2 124 44
Binary 10100111 10011 1111 0 1011001 1011011 100011 10 1010100 100100

Color Harmonies of #A7130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7130F

Black with #A7130F

Text Example


Text Example

White with #A7130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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