Html Css Color HEX #A71C10 Fire Brick

📋 copy color: '#A71C10'

red 167 ◦ green 28 ◦ blue 16

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

Shades of Fire Brick #A71C10

Tints of Fire Brick #A71C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

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

R = 79.15%
G = 13.27%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A71C10 (or 0xA71C10) is known color: Fire Brick. HEX triplet: A7, 1C and 10. RGB value is (167,28,16). Sum of RGB (Red+Green+Blue) = 167+28+16=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71C10 is #58E3EF. Grayscale: #444444. Windows color (decimal): -5825520 or 1055911. OLE color: 1055911.

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

Color convert

RGB 167 28 16 -
CMYK 0 0.83 0.90 0.35
HSL 4.77º 0.83% 0.36% -
HSV(B) 4.77º 0.9% 0.65% -
XYZ 16.45 9.08 1.38 -
YUV 68.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 167 28 16 0 0.83 0.90 0.35 4.77 0.83 0.36
Hex A7 1C 10 0 53 5A 23 5 53 24
Octal 247 34 20 0 123 132 43 5 123 44
Binary 10100111 11100 10000 0 1010011 1011010 100011 101 1010011 100100

Color Harmonies of #A71C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71C10

Black with #A71C10

Text Example


Text Example

White with #A71C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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