Html Css Color HEX #A71910 Fire Brick

📋 copy color: '#A71910'

red 167 ◦ green 25 ◦ blue 16

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

Shades of Fire Brick #A71910

Tints of Fire Brick #A71910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 80.29%
G = 12.02%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A71910 (or 0xA71910) is known color: Fire Brick. HEX triplet: A7, 19 and 10. RGB value is (167,25,16). Sum of RGB (Red+Green+Blue) = 167+25+16=208 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.29% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 167 - color contains mainly: red. Hex color #A71910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71910 is #58E6EF. Grayscale: #424242. Windows color (decimal): -5826288 or 1055143. OLE color: 1055143.

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

Color convert

RGB 167 25 16 -
CMYK 0 0.85 0.90 0.35
HSL 3.58º 0.83% 0.36% -
HSV(B) 3.58º 0.9% 0.65% -
XYZ 16.38 8.95 1.35 -
YUV 66.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 167 25 16 0 0.85 0.90 0.35 3.58 0.83 0.36
Hex A7 19 10 0 55 5A 23 4 53 24
Octal 247 31 20 0 125 132 43 4 123 44
Binary 10100111 11001 10000 0 1010101 1011010 100011 100 1010011 100100

Color Harmonies of #A71910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71910

Black with #A71910

Text Example


Text Example

White with #A71910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71910; }

 p { color: rgb(167,25,16); }

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

background-color css

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

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

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

border-color css

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

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

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