Html Css Color HEX #A71D12 Fire Brick

📋 copy color: '#A71D12'

red 167 ◦ green 29 ◦ blue 18

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

Shades of Fire Brick #A71D12

Tints of Fire Brick #A71D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 78.04%
G = 13.55%
B = 8.41%

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

#A71D12 (or 0xA71D12) is known color: Fire Brick. HEX triplet: A7, 1D and 12. RGB value is (167,29,18). Sum of RGB (Red+Green+Blue) = 167+29+18=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71D12 is #58E2ED. Grayscale: #454545. Windows color (decimal): -5825262 or 1187239. OLE color: 1187239.

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

Color convert

RGB 167 29 18 -
CMYK 0 0.83 0.89 0.35
HSL 4.43º 0.81% 0.36% -
HSV(B) 4.43º 0.89% 0.65% -
XYZ 16.48 9.14 1.47 -
YUV 69.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 167 29 18 0 0.83 0.89 0.35 4.43 0.81 0.36
Hex A7 1D 12 0 53 59 23 4 51 24
Octal 247 35 22 0 123 131 43 4 121 44
Binary 10100111 11101 10010 0 1010011 1011001 100011 100 1010001 100100

Color Harmonies of #A71D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D12

Black with #A71D12

Text Example


Text Example

White with #A71D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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