Html Css Color HEX #A71814 Fire Brick

📋 copy color: '#A71814'

red 167 ◦ green 24 ◦ blue 20

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

Shades of Fire Brick #A71814

Tints of Fire Brick #A71814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 79.15%
G = 11.37%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A71814 (or 0xA71814) is known color: Fire Brick. HEX triplet: A7, 18 and 14. RGB value is (167,24,20). Sum of RGB (Red+Green+Blue) = 167+24+20=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A71814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71814 is #58E7EB. Grayscale: #424242. Windows color (decimal): -5826540 or 1317031. OLE color: 1317031.

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

Color convert

RGB 167 24 20 -
CMYK 0 0.86 0.88 0.35
HSL 1.63º 0.79% 0.37% -
HSV(B) 1.63º 0.88% 0.65% -
XYZ 16.39 8.92 1.52 -
YUV 66.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 167 24 20 0 0.86 0.88 0.35 1.63 0.79 0.37
Hex A7 18 14 0 56 58 23 2 4F 25
Octal 247 30 24 0 126 130 43 2 117 45
Binary 10100111 11000 10100 0 1010110 1011000 100011 10 1001111 100101

Color Harmonies of #A71814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71814

Black with #A71814

Text Example


Text Example

White with #A71814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71814; }

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

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

background-color css

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

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

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

border-color css

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

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

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