Html Css Color HEX #A7260D Fire Brick

📋 copy color: '#A7260D'

red 167 ◦ green 38 ◦ blue 13

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

Shades of Fire Brick #A7260D

Tints of Fire Brick #A7260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 76.61%
G = 17.43%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7260D (or 0xA7260D) is known color: Fire Brick. HEX triplet: A7, 26 and 0D. RGB value is (167,38,13). Sum of RGB (Red+Green+Blue) = 167+38+13=218 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.61% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 167 - color contains mainly: red. Hex color #A7260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7260D is #58D9F2. Grayscale: #494949. Windows color (decimal): -5822963 or 861863. OLE color: 861863.

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

Color convert

RGB 167 38 13 -
CMYK 0 0.77 0.92 0.35
HSL 9.74º 0.86% 0.35% -
HSV(B) 9.74º 0.92% 0.65% -
XYZ 16.7 9.63 1.36 -
YUV 73.72 93.74 194.53 -
System Red Green Blue C M Y K H S L
Decimal 167 38 13 0 0.77 0.92 0.35 9.74 0.86 0.35
Hex A7 26 D 0 4D 5C 23 A 56 23
Octal 247 46 15 0 115 134 43 12 126 43
Binary 10100111 100110 1101 0 1001101 1011100 100011 1010 1010110 100011

Color Harmonies of #A7260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7260D

Black with #A7260D

Text Example


Text Example

White with #A7260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7260D; }

 p { color: rgb(167,38,13); }

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

background-color css

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

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

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

border-color css

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

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

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