Html Css Color HEX #A7260B Fire Brick

📋 copy color: '#A7260B'

red 167 ◦ green 38 ◦ blue 11

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

Shades of Fire Brick #A7260B

Tints of Fire Brick #A7260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.09%

R = 77.31%
G = 17.59%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7260B (or 0xA7260B) is known color: Fire Brick. HEX triplet: A7, 26 and 0B. RGB value is (167,38,11). Sum of RGB (Red+Green+Blue) = 167+38+11=216 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.31% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 167 - color contains mainly: red. Hex color #A7260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7260B is #58D9F4. Grayscale: #494949. Windows color (decimal): -5822965 or 730791. OLE color: 730791.

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

Color convert

RGB 167 38 11 -
CMYK 0 0.77 0.93 0.35
HSL 10.38º 0.88% 0.35% -
HSV(B) 10.38º 0.93% 0.65% -
XYZ 16.69 9.63 1.29 -
YUV 73.49 92.74 194.7 -
System Red Green Blue C M Y K H S L
Decimal 167 38 11 0 0.77 0.93 0.35 10.38 0.88 0.35
Hex A7 26 B 0 4D 5D 23 A 58 23
Octal 247 46 13 0 115 135 43 12 130 43
Binary 10100111 100110 1011 0 1001101 1011101 100011 1010 1011000 100011

Color Harmonies of #A7260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7260B

Black with #A7260B

Text Example


Text Example

White with #A7260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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