Html Css Color HEX #A71A0F Fire Brick

📋 copy color: '#A71A0F'

red 167 ◦ green 26 ◦ blue 15

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

Shades of Fire Brick #A71A0F

Tints of Fire Brick #A71A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.5%

 BLUE value IS 15 (6.25% from 255) = 7.21%

R = 80.29%
G = 12.5%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A71A0F (or 0xA71A0F) is known color: Fire Brick. HEX triplet: A7, 1A and 0F. RGB value is (167,26,15). Sum of RGB (Red+Green+Blue) = 167+26+15=208 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.29% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71A0F is #58E5F0. Grayscale: #434343. Windows color (decimal): -5826033 or 989863. OLE color: 989863.

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

Color convert

RGB 167 26 15 -
CMYK 0 0.84 0.91 0.35
HSL 4.34º 0.84% 0.36% -
HSV(B) 4.34º 0.91% 0.65% -
XYZ 16.39 8.99 1.32 -
YUV 66.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 167 26 15 0 0.84 0.91 0.35 4.34 0.84 0.36
Hex A7 1A F 0 54 5B 23 4 54 24
Octal 247 32 17 0 124 133 43 4 124 44
Binary 10100111 11010 1111 0 1010100 1011011 100011 100 1010100 100100

Color Harmonies of #A71A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A0F

Black with #A71A0F

Text Example


Text Example

White with #A71A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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