Html Css Color HEX #A71616 Fire Brick

📋 copy color: '#A71616'

red 167 ◦ green 22 ◦ blue 22

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

Shades of Fire Brick #A71616

Tints of Fire Brick #A71616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 79.15%
G = 10.43%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A71616 (or 0xA71616) is known color: Fire Brick. HEX triplet: A7, 16 and 16. RGB value is (167,22,22). Sum of RGB (Red+Green+Blue) = 167+22+22=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A71616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71616 is #58E9E9. Grayscale: #414141. Windows color (decimal): -5827050 or 1447591. OLE color: 1447591.

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

Color convert

RGB 167 22 22 -
CMYK 0 0.87 0.87 0.35
HSL 0.77% 0.37% -
HSV(B) 0.87% 0.65% -
XYZ 16.37 8.85 1.6 -
YUV 65.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 167 22 22 0 0.87 0.87 0.35 0 0.77 0.37
Hex A7 16 16 0 57 57 23 0 4D 25
Octal 247 26 26 0 127 127 43 0 115 45
Binary 10100111 10110 10110 0 1010111 1010111 100011 0 1001101 100101

Color Harmonies of #A71616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71616

Black with #A71616

Text Example


Text Example

White with #A71616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71616; }

 p { color: rgb(167,22,22); }

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

background-color css

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

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

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

border-color css

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

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

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