Html Css Color HEX #A71D13 Fire Brick

📋 copy color: '#A71D13'

red 167 ◦ green 29 ◦ blue 19

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

Shades of Fire Brick #A71D13

Tints of Fire Brick #A71D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 77.67%
G = 13.49%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A71D13 (or 0xA71D13) is known color: Fire Brick. HEX triplet: A7, 1D and 13. RGB value is (167,29,19). Sum of RGB (Red+Green+Blue) = 167+29+19=215 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.67% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71D13 is #58E2EC. Grayscale: #454545. Windows color (decimal): -5825261 or 1252775. OLE color: 1252775.

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

Color convert

RGB 167 29 19 -
CMYK 0 0.83 0.89 0.35
HSL 4.05º 0.8% 0.36% -
HSV(B) 4.05º 0.89% 0.65% -
XYZ 16.49 9.14 1.51 -
YUV 69.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 167 29 19 0 0.83 0.89 0.35 4.05 0.8 0.36
Hex A7 1D 13 0 53 59 23 4 50 24
Octal 247 35 23 0 123 131 43 4 120 44
Binary 10100111 11101 10011 0 1010011 1011001 100011 100 1010000 100100

Color Harmonies of #A71D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D13

Black with #A71D13

Text Example


Text Example

White with #A71D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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