Html Css Color HEX #A71C15 Fire Brick

📋 copy color: '#A71C15'

red 167 ◦ green 28 ◦ blue 21

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

Shades of Fire Brick #A71C15

Tints of Fire Brick #A71C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.72%

R = 77.31%
G = 12.96%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A71C15 (or 0xA71C15) is known color: Fire Brick. HEX triplet: A7, 1C and 15. RGB value is (167,28,21). Sum of RGB (Red+Green+Blue) = 167+28+21=216 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.31% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71C15 is #58E3EA. Grayscale: #444444. Windows color (decimal): -5825515 or 1383591. OLE color: 1383591.

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

Color convert

RGB 167 28 21 -
CMYK 0 0.83 0.87 0.35
HSL 2.88º 0.78% 0.37% -
HSV(B) 2.88º 0.87% 0.65% -
XYZ 16.49 9.1 1.6 -
YUV 68.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 167 28 21 0 0.83 0.87 0.35 2.88 0.78 0.37
Hex A7 1C 15 0 53 57 23 3 4E 25
Octal 247 34 25 0 123 127 43 3 116 45
Binary 10100111 11100 10101 0 1010011 1010111 100011 11 1001110 100101

Color Harmonies of #A71C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71C15

Black with #A71C15

Text Example


Text Example

White with #A71C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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