Html Css Color HEX #A7260C Fire Brick

📋 copy color: '#A7260C'

red 167 ◦ green 38 ◦ blue 12

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

Shades of Fire Brick #A7260C

Tints of Fire Brick #A7260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 76.96%
G = 17.51%
B = 5.53%

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

#A7260C (or 0xA7260C) is known color: Fire Brick. HEX triplet: A7, 26 and 0C. RGB value is (167,38,12). Sum of RGB (Red+Green+Blue) = 167+38+12=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A7260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7260C is #58D9F3. Grayscale: #494949. Windows color (decimal): -5822964 or 796327. OLE color: 796327.

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

Color convert

RGB 167 38 12 -
CMYK 0 0.77 0.93 0.35
HSL 10.06º 0.87% 0.35% -
HSV(B) 10.06º 0.93% 0.65% -
XYZ 16.7 9.63 1.33 -
YUV 73.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 167 38 12 0 0.77 0.93 0.35 10.06 0.87 0.35
Hex A7 26 C 0 4D 5D 23 A 57 23
Octal 247 46 14 0 115 135 43 12 127 43
Binary 10100111 100110 1100 0 1001101 1011101 100011 1010 1010111 100011

Color Harmonies of #A7260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7260C

Black with #A7260C

Text Example


Text Example

White with #A7260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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