Html Css Color HEX #A71D1A Fire Brick

📋 copy color: '#A71D1A'

red 167 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #A71D1A

Tints of Fire Brick #A71D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.06%

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 75.23%
G = 13.06%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A71D1A (or 0xA71D1A) is known color: Fire Brick. HEX triplet: A7, 1D and 1A. RGB value is (167,29,26). Sum of RGB (Red+Green+Blue) = 167+29+26=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D1A is #58E2E5. Grayscale: #464646. Windows color (decimal): -5825254 or 1711527. OLE color: 1711527.

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

Color convert

RGB 167 29 26 -
CMYK 0 0.83 0.84 0.35
HSL 1.28º 0.73% 0.38% -
HSV(B) 1.28º 0.84% 0.65% -
XYZ 16.56 9.17 1.87 -
YUV 69.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 167 29 26 0 0.83 0.84 0.35 1.28 0.73 0.38
Hex A7 1D 1A 0 53 54 23 1 49 26
Octal 247 35 32 0 123 124 43 1 111 46
Binary 10100111 11101 11010 0 1010011 1010100 100011 1 1001001 100110

Color Harmonies of #A71D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D1A

Black with #A71D1A

Text Example


Text Example

White with #A71D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D1A; }

 p { color: rgb(167,29,26); }

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

background-color css

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

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

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

border-color css

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

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

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