Html Css Color HEX #A6260E Fire Brick

📋 copy color: '#A6260E'

red 166 ◦ green 38 ◦ blue 14

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

Shades of Fire Brick #A6260E

Tints of Fire Brick #A6260E

RGB

 RED value IS 166 (65.23% from 255) = 76.15%

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

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 76.15%
G = 17.43%
B = 6.42%

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

#A6260E (or 0xA6260E) is known color: Fire Brick. HEX triplet: A6, 26 and 0E. RGB value is (166,38,14). Sum of RGB (Red+Green+Blue) = 166+38+14=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6260E is #59D9F1. Grayscale: #494949. Windows color (decimal): -5888498 or 927398. OLE color: 927398.

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

Color convert

RGB 166 38 14 -
CMYK 0 0.77 0.92 0.35
HSL 9.47º 0.84% 0.35% -
HSV(B) 9.47º 0.92% 0.65% -
XYZ 16.5 9.52 1.38 -
YUV 73.54 94.41 193.95 -
System Red Green Blue C M Y K H S L
Decimal 166 38 14 0 0.77 0.92 0.35 9.47 0.84 0.35
Hex A6 26 E 0 4D 5C 23 9 54 23
Octal 246 46 16 0 115 134 43 11 124 43
Binary 10100110 100110 1110 0 1001101 1011100 100011 1001 1010100 100011

Color Harmonies of #A6260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6260E

Black with #A6260E

Text Example


Text Example

White with #A6260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6260E; }

 p { color: rgb(166,38,14); }

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

background-color css

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

 a { background-color: rgb(166,38,14); }

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

border-color css

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

 span { border-color: rgb(166,38,14); }

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