Html Css Color HEX #A71D1D Fire Brick

📋 copy color: '#A71D1D'

red 167 ◦ green 29 ◦ blue 29

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

Shades of Fire Brick #A71D1D

Tints of Fire Brick #A71D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 74.22%
G = 12.89%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A71D1D (or 0xA71D1D) is known color: Fire Brick. HEX triplet: A7, 1D and 1D. RGB value is (167,29,29). Sum of RGB (Red+Green+Blue) = 167+29+29=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D1D is #58E2E2. Grayscale: #464646. Windows color (decimal): -5825251 or 1908135. OLE color: 1908135.

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

Color convert

RGB 167 29 29 -
CMYK 0 0.83 0.83 0.35
HSL 0.7% 0.38% -
HSV(B) 0.83% 0.65% -
XYZ 16.6 9.18 2.06 -
YUV 70.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 167 29 29 0 0.83 0.83 0.35 0 0.7 0.38
Hex A7 1D 1D 0 53 53 23 0 46 26
Octal 247 35 35 0 123 123 43 0 106 46
Binary 10100111 11101 11101 0 1010011 1010011 100011 0 1000110 100110

Color Harmonies of #A71D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D1D

Black with #A71D1D

Text Example


Text Example

White with #A71D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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