Html Css Color HEX #A71412 Fire Brick

📋 copy color: '#A71412'

red 167 ◦ green 20 ◦ blue 18

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

Shades of Fire Brick #A71412

Tints of Fire Brick #A71412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.76%

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 81.46%
G = 9.76%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A71412 (or 0xA71412) is known color: Fire Brick. HEX triplet: A7, 14 and 12. RGB value is (167,20,18). Sum of RGB (Red+Green+Blue) = 167+20+18=205 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.46% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 167 - color contains mainly: red. Hex color #A71412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71412 is #58EBED. Grayscale: #3F3F3F. Windows color (decimal): -5827566 or 1184935. OLE color: 1184935.

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

Color convert

RGB 167 20 18 -
CMYK 0 0.88 0.89 0.35
HSL 0.81º 0.81% 0.36% -
HSV(B) 0.81º 0.89% 0.65% -
XYZ 16.3 8.76 1.4 -
YUV 63.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 167 20 18 0 0.88 0.89 0.35 0.81 0.81 0.36
Hex A7 14 12 0 58 59 23 1 51 24
Octal 247 24 22 0 130 131 43 1 121 44
Binary 10100111 10100 10010 0 1011000 1011001 100011 1 1010001 100100

Color Harmonies of #A71412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71412

Black with #A71412

Text Example


Text Example

White with #A71412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71412; }

 p { color: rgb(167,20,18); }

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

background-color css

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

 a { background-color: rgb(167,20,18); }

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

border-color css

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

 span { border-color: rgb(167,20,18); }

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