Html Css Color HEX #A6260D Fire Brick

📋 copy color: '#A6260D'

red 166 ◦ green 38 ◦ blue 13

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

Shades of Fire Brick #A6260D

Tints of Fire Brick #A6260D

RGB

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

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

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

R = 76.5%
G = 17.51%
B = 5.99%

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

#A6260D (or 0xA6260D) is known color: Fire Brick. HEX triplet: A6, 26 and 0D. RGB value is (166,38,13). Sum of RGB (Red+Green+Blue) = 166+38+13=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A6260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6260D is #59D9F2. Grayscale: #494949. Windows color (decimal): -5888499 or 861862. OLE color: 861862.

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

Color convert

RGB 166 38 13 -
CMYK 0 0.77 0.92 0.35
HSL 9.8º 0.85% 0.35% -
HSV(B) 9.8º 0.92% 0.65% -
XYZ 16.49 9.52 1.35 -
YUV 73.42 93.91 194.03 -
System Red Green Blue C M Y K H S L
Decimal 166 38 13 0 0.77 0.92 0.35 9.8 0.85 0.35
Hex A6 26 D 0 4D 5C 23 A 55 23
Octal 246 46 15 0 115 134 43 12 125 43
Binary 10100110 100110 1101 0 1001101 1011100 100011 1010 1010101 100011

Color Harmonies of #A6260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6260D

Black with #A6260D

Text Example


Text Example

White with #A6260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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