Html Css Color HEX #A7260F Fire Brick

📋 copy color: '#A7260F'

red 167 ◦ green 38 ◦ blue 15

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

Shades of Fire Brick #A7260F

Tints of Fire Brick #A7260F

RGB

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

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

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

R = 75.91%
G = 17.27%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A7260F (or 0xA7260F) is known color: Fire Brick. HEX triplet: A7, 26 and 0F. RGB value is (167,38,15). Sum of RGB (Red+Green+Blue) = 167+38+15=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A7260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7260F is #58D9F0. Grayscale: #4A4A4A. Windows color (decimal): -5822961 or 992935. OLE color: 992935.

HSL color Cylindrical-coordinate representation of color #A7260F: hue angle of 9.08º 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 #A7260F is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 38 15 -
CMYK 0 0.77 0.91 0.35
HSL 9.08º 0.84% 0.36% -
HSV(B) 9.08º 0.91% 0.65% -
XYZ 16.72 9.64 1.43 -
YUV 73.95 94.74 194.37 -
System Red Green Blue C M Y K H S L
Decimal 167 38 15 0 0.77 0.91 0.35 9.08 0.84 0.36
Hex A7 26 F 0 4D 5B 23 9 54 24
Octal 247 46 17 0 115 133 43 11 124 44
Binary 10100111 100110 1111 0 1001101 1011011 100011 1001 1010100 100100

Color Harmonies of #A7260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7260F

Black with #A7260F

Text Example


Text Example

White with #A7260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7260F; }

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

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

background-color css

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

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

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

border-color css

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

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

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