Html Css Color HEX #A6280C Fire Brick

📋 copy color: '#A6280C'

red 166 ◦ green 40 ◦ blue 12

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

Shades of Fire Brick #A6280C

Tints of Fire Brick #A6280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 76.15%
G = 18.35%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6280C (or 0xA6280C) is known color: Fire Brick. HEX triplet: A6, 28 and 0C. RGB value is (166,40,12). Sum of RGB (Red+Green+Blue) = 166+40+12=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6280C is #59D7F3. Grayscale: #4A4A4A. Windows color (decimal): -5887988 or 796838. OLE color: 796838.

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

Color convert

RGB 166 40 12 -
CMYK 0 0.76 0.93 0.35
HSL 10.91º 0.87% 0.35% -
HSV(B) 10.91º 0.93% 0.65% -
XYZ 16.55 9.65 1.34 -
YUV 74.48 92.74 193.28 -
System Red Green Blue C M Y K H S L
Decimal 166 40 12 0 0.76 0.93 0.35 10.91 0.87 0.35
Hex A6 28 C 0 4C 5D 23 B 57 23
Octal 246 50 14 0 114 135 43 13 127 43
Binary 10100110 101000 1100 0 1001100 1011101 100011 1011 1010111 100011

Color Harmonies of #A6280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6280C

Black with #A6280C

Text Example


Text Example

White with #A6280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6280C; }

 p { color: rgb(166,40,12); }

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

background-color css

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

 a { background-color: rgb(166,40,12); }

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

border-color css

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

 span { border-color: rgb(166,40,12); }

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